techGetTimeStamp
techGetTimeStamp(d_techID) =>x_timeStamp/ nil
Description
Returns the last save time of the technology database loaded. The time stamp is updated every time you save the technology database. The time stamp is an integer representing the number of seconds elapsed since 00:00:00 GMT, January 1, 1970.
Arguments
Value Returned
|
The number of seconds elapsed since 00:00:00 GMT, |
|
Example
techGetTimeStamp( tfID )
=> 10281600
Returns the time elapsed since the last update of the technology database identified by tfID. In this example, the time is 10281600/60*60*24 = 119 days.
Return to top