----- Original Message -----
From: Aaron Akihisa Kagawa <[EMAIL PROTECTED]>
Date: Thursday, August 24, 2006 2:35 pm
Subject: Re: [HACKYSTAT-DEV-L] TimeZoneChanger
To: Philip Johnson <[EMAIL PROTECTED]>
Cc: HACKYSTAT-DEV-L@HAWAII.EDU

> Hm. 
> 
> Say for example, we are in PST with a 3 hour difference and our 
> test data has HST timestamps from 8:00PM to 10:00PM for 2006-08-23. 
> With the timezone change the dates will change to 11:00PM on 2006-
> 08-23 to 1:00AM on 2006-03-24.  Say we are doing a test on 
> DailyProjectData for 2006-08-23, which should access only one day 
> to get the data (although I think it doesn't actually check the 
> value of the date.).
> 
> Would solution (2) still work?  Logically it shouldn't work.  It 
> sort of depends how the data is processed in the Analysis code. 

Sorry, but I am so missing the problem you are seeing here.  From my 
perspective, the timezonechanger changes the UTC values so that the PST server 
sees the entries at the same as they were in HST. 

The non-tstamp UTC values, when retrieved in the test case code, will be fed 
into a "real time" corrector that returns new values that are equivalent to the 
original HST times.  In this way, the test data UTC values are always "seen" as 
HST days and times. 

What am I misinterpreting? 

Cheers,
Philip

Reply via email to