I am preparing TCP/IP protocol between I/OS windows and embedded device. Some scenario will send current time as time stamp for some data. I use ISO8601 a format of time in packets. Do I need to solve a leap second in protocol send from iOS to Windows/embedded device?
Asked
Active
Viewed 282 times
1
-
Why not just use GMT which is embedded into the phone? No need to reinvent the wheel. – Johnny Bones Sep 13 '16 at 14:22
-
iOS is a standard Unix based operating system. It's clock is kept in sync just like the rest of the world. So yes, it deals with leap seconds. – rmaddy Sep 13 '16 at 15:37