Time

From Soldat Community Wiki
Revision as of 18:51, 23 August 2012 by Shoozza (talk | contribs) (Created page with "Using Unix timestamps is the most common and practical way of storing time & date. This consists in and unsigned integer which holds the number of seconds since the Unix Epoch...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Using Unix timestamps is the most common and practical way of storing time & date. This consists in and unsigned integer which holds the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT). Many formatting functions exist almost every programming language: C, C++, PHP, Ruby, Pascal, Python, etc.