Goto:
4C Home
|
4C Docs
|
System PCLs List
sys.get_currentts()
sys.get_currentts()
Purpose:
-
sys.get_currentts() - returns the time since the
Epoch (00:00:00 UTC, January 1, 1970), measured in seconds
Usage:
-
-
ts = sys.get_currentts();
Arguments:
-
None
Returns:
-
ts <integer> -
The number of seconds since 00:00:00 UTC, January 1, 1970)
Where Used:
-
sys.get_currentts() can be called from anywhere.
Example:
-
Description:
-
sys.get_currentts() returns the number of seconds since 00:00:00 UTC, January 1, 1970)
Requirements
-
4csrvr version 5.2 or later.
Bugs/Features/Comments:
-
-
Bugs
See Also:
-
Sys PCLs List
Back to Top