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.
Likewise, the calculation for method "System timeGmt2005", which is supposed to return the number of seconds since 1/1/2005 00:00:00 GMT, is off by 4368 seconds and returns the number of seconds since 1/1/2005 01:12:48 GMT.
If absolute time accuracy is required, add 4368 to the value returned. If the timestamps returned from these methods are only used for sorting data, then no correction is necessary.
Last updated: 8/23/16