/* the timestamp in the id fields uses NTP time format and is in seconds * since 00:00 (midnight) 1 January 1900; i.e. we must add 70 years * (including the leap days) to the UNIX time stamp (seconds since beginning * of 1970) */ #define UNIX_NTP_DIFF 2208988800U