Lösung gefunden, Apple nutzt im Safari die CFAbsoluteTime und diese fängt erst im am 01.01.2001 an.
Zitat:
CFAbsoluteTime
Type used to represent a specific point in time relative to the absolute reference date of 1 Jan 2001 00:00:00 GMT.
typedef CFTimeInterval CFAbsoluteTime;
Discussion
Absolute time is measured by the number of seconds between the reference date and the specified date. Negative values indicate dates/times before the reference date. Positive values indicate dates/times after the reference date.
Availability
Available in Mac
OS X v10.0 and later.
Declared In
CFDate.h
Quelle:
http://developer.apple.com/library/m...2-CH1g-C008219
Deshalb fehlten mir 31 Jahre.