Posts by Joaquim • 1 point
1 post
-
0
votes0
answers33
viewsQ: How to turn a Date to Seconds on Swift?
How can I transform the Date for seconds? The code I’m trying to implement is this: let dataAtual = Date() var calendar = Calendar.current if let timeZone = TimeZone(identifier: "BRT") {…