System timeGmt95 off by 72 minutes, 48 seconds
The calculation for method "System timeGmt95", which is supposed to
return the number of seconds since 1/1/95 00:00:00 GMT, in fact is
off by 4368 seconds and really returns the number of seconds since
1/1/95 01:12:48 GMT.
Workaround:
If absolute time accuracy is required, add 4368 to the value returned
from this method. If the timestamps returned from this method are
only used for sorting data, then no correction is necessary.