Would there be an advantage to using timeIntervalSinceReferenceDate versus timeIntervalSince1970 (other than the fact that the ARM processor is 32 bit)?
timeIntervalSinceReferenceDate is the number of seconds since January, 1st, 2001: 12:00 am (mid night) timeIntervalSince1970 is the number of seconds since January, 1st, 1970, 12:00 am (mid night) timeIntervalSinceNow is the number of seconds since now.
- timeIntervalSinceDate: Returns the interval between the receiver and another given date. The interval between the date object and the current date and time.
I say as long as it's converted on the server side when using timeIntervalSinceReferenceDate it's fine. timeIntervalSince1970 would be an option as well since ARM might be upgraded to 64 bit before 2038.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With