techSetTimeStamp
techSetTimeStamp(
d_techID
)
=> t / nil
Description
Updates the internal time stamp of the technology database to the current time. The time stamp is an integer representing the number of seconds elapsed since 00:00:00 GMT, January 1, 1970.
Arguments
Value Returned
Example
techSetTimeStamp(tfID)
=> t
Updates the time stamp for the technology database identified by tfID to the current time.
Return to top