Time

From Soldat Community Wiki
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.