Notifications
Clear all
Topic starter
09/06/2013 9:52 pm
which interval belong to unix time stamp?
what is the relevant of 1 january 1970?
09/06/2013 9:55 pm
interval? seconds
relevance? Google
https://
09/06/2013 10:37 pm
which interval belong to unix time stamp?
what is the relevant of 1 january 1970?
The most common interval is seconds, though some Unix timestamps use milliseconds or even microseconds. There are also 32 bit Unix timestamps, and 64 bit Unix timestamps. It all depends on context.
1/1/1970 is date zero for Unix. If the time stamp is positive, the date occurred after that, if it is negative, it occurred before.
12/06/2013 4:16 pm
Timestamps an issue?
Tried
D
Paul