ZealOS/src/Doc/TimeDate.DD

4 lines
343 B
Text
Raw Normal View History

2021-07-02 00:53:42 +01:00
$WW,1$ZealOS uses a 64-bit value, $LK,"CDate",A="MN:CDate"$, for date/time. The upper 32-bits are the days since Christ. The lower 32-bits store time of day divided by 4 billion which works out to 49710ths of a second. You can subtract two $LK,"CDate",A="MN:CDate"$'s to get a time span.
2020-02-15 20:01:48 +00:00
Use $LK,"CDATE_FREQ",A="MN:CDATE_FREQ"$ to convert.