Convert a Mac timestamp to a Unix timestamp.
Source position: dateutil.inc line 444
| function MacTimeStampToUnix( | 
| const AValue: Int64 | 
| ):Int64; | 
MacTimeStampToUnix converts the Mac timestamp indication in AValue to a UNIX timestamp indication (epoch time)
None.
| 
 | Convert Unix Timestamp to a Mac Timestamp. | |
| 
 | Convert a TDateTime timestamp to a Mac timestamp. | |
| 
 | Convert a Mac timestamp to a TDateTime timestamp. |