[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Convert a unix timestamp to a DateTime record
Source position: dos.pp line 51
procedure UnixDateToDt( |
SecsPast: LongInt; |
var Dt: DateTime |
); |
DTToUnixDate converts the unix timestamp value in SecsPast to a DateTime representation in DT. It is an internal function, implemented on Unix platforms, and should not be used.
None.
|
Convert a DateTime to unix timestamp |
|
|
Pack DateTime value to a packed-time format. |
|
|
Unpack packed file time to a DateTime value |
|
|
Return the current time |
|
|
Set system time |