Platform | x64, Win32 |
Purpose |
To get the number of seconds from a fixed date. |
Syntax |
SUBROUTINE SECONDS_SINCE_1980@(DR)
|
Description |
This routine returns the value of DR as the number of seconds that have elapsed since 12.00am on 1st January 1980. It can be used in a similar way to CLOCK@ (or DCLOCK@). SECONDS_SINCE_1980@ should be used when making timings which straddle midnight. |