MacTimeStampToUnix
Convert a Mac timestamp to a Unix timestamp
Declaration
Source position: dateutil.inc line 422
function MacTimeStampToUnix(const AValue: Int64) : Int64;
Description
MacTimeStampToUnix converts the Mac timestamp indication in AValue to a UNIX timestamp indication (epoch time)
Errors
None.
See also
Name | Description |
---|---|
DateTimeToMac | Convert a TDateTime timestamp to a Mac timestamp |
MacToDateTime | Convert a Mac timestamp to a TDateTime timestamp |
UnixTimeStampToMac | Convert Unix Timestamp to a Mac Timestamp |