Convert Unix Timestamp to a Mac Timestamp.
Source position: dateutil.inc line 436
| function UnixTimeStampToMac( | 
| const AValue: Int64 | 
| ):Int64; | 
UnixTimeStampToMac converts the UNIX epoch time in AValue to a valid Mac timestamp indication and returns the result.
None.
| 
 | Convert a TDateTime timestamp to a Mac timestamp. | |
| 
 | Convert a Mac timestamp to a TDateTime timestamp. | |
| 
 | Convert a Mac timestamp to a Unix timestamp. |