Note col: *
My first part: 771753
Ur First part: 1028905
I am GMT -5 (EST)
are you GMT -8 (PST)?
My Experiments
===============
I made these by moving clock back and forth and the following function:
_command void timeb_test() name_info(',')
{
_str s=_time("B") ' '_date('U')' '_time('M');
insert_line(s);
}
Items
1) hour change - RR is rollover |result:wierd, inconclusive
86400000??
7717530084382046 9/9/2009 19:26:22
+1 RR +1
7717540001702468 9/9/2009 20:28:22
2) day change |result:decrements day part, good
7717530084382046 9/9/2009 19:26:22
-1 -1
7717520084590671 9/8/2009 19:29:50
3) month change |result:decrements day part, good
7717530085156703 9/9/2009 19:39:16
-31 -1
7717210085172375 8/9/2009 19:39:32
4) year change 1 year |result:decrements by funny number, inconclusive
7717530085254921 9/9/2009 19:40:54
-384 -1
7713690085266468 9/9/2008 19:41:06
5) year change 2 year |result:same as #4, inconclusive
7717530085463546 9/9/2009 19:44:23
-768 -2
7709850085478031 9/9/2007 19:44:38
6) hour change |result:ok
7717530085717484 9/9/2009 19:48:37
-3589313 -1
7717530082128171 9/9/2009 18:48:48
7) hour change |result:wierd again, inconclusive
7717530085929546 9/9/2009 19:52:09
+1 RR +1
7717540003138109 9/9/2009 20:52:18
Summary:
Going forward an hour gives unexpected rollovers, going back and hour is ok.
Tentative conclusion - _time("B") is GMT -0, so at 20:00:00 EST time is 00:00:00 GMT (off by one because of Daylight savings)
9/9/2009 - 71753 days is March 28, 1813
9/9/2009 - 1753 days is November 21, 2004
Almost there, any ideas?