Difference between revisions of "Time"

From Soldat Community Wiki
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 19:51, 23 August 2012

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.