|
|
|
|
|
by remram
943 days ago
|
|
You're free to use numbers instead of the datetime module. In fact you don't have to use any part of the standard library if you don't want to. I don't understand your remarks at all. If you think UTC means that "time is a number" you are very confused though. UTC has no relation with the UNIX timestamps (and the epoch), though they are both ways to represent a specific point in time. |
|
You are reading to much into a simple question.
> UTC has no relation with the UNIX timestamps (and the epoch),
I said nothing about Unix
The epoch in Swift IIRC is in 2000.
The idea of counting time in seconds since an epoch is ubiquitous. I am unsure if it is universal