[vwnc] Store date/times ... or -- maybe I am crazy ??

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] Store date/times ... or -- maybe I am crazy ??

Dennis smith-4
We run Sore vis Postgres on Linux.

The date/times that Store is reporting for versions is 4 hours out, which
is our current (EDT) diff from UTC/GMT.

Am I missing something here?? is this a bit strange??

--
Dennis Smith                         +1 416.798.7948
Cherniak Software Development Corporation   Fax: +1 416.798.0948
509-2001 Sheppard Avenue East        [hidden email]
Toronto, ON M2J 4Z8              sip:[hidden email]
Canada         http://www.CherniakSoftware.com
Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Store date/times ... or -- maybe I am crazy ??

Dennis smith-4
Linux of course has its clock set to UTC -- always has (Unix has
historically done that).
Time is then displayed using the user's local TZ.

Not sure what I expect Store to do with that, nor do I really know what
Store sees from
postgres.

Anthony Lander wrote:

> Hi Dennis,
>
> Could be that your hardware clock is set to UTC and the adjustment is
> done by the OS timeserver daemon. VW or Postgresql could be bypassing
> that.
>
> Just a thought...
>
>   -anthony
>
> On 12-Sep-08, at 5:14 PM, Dennis Smith wrote:
>
>> We run Sore vis Postgres on Linux.
>>
>> The date/times that Store is reporting for versions is 4 hours out,
>> which
>> is our current (EDT) diff from UTC/GMT.
>>
>> Am I missing something here?? is this a bit strange??
>>
>> --
>> Dennis Smith                                  +1 416.798.7948
>> Cherniak Software Development Corporation   Fax: +1 416.798.0948
>> 509-2001 Sheppard Avenue East        [hidden email]
>> Toronto, ON M2J 4Z8              sip:[hidden email]
>> Canada                     http://www.CherniakSoftware.com
>> Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP
>>
>> _______________________________________________
>> vwnc mailing list
>> [hidden email]
>> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>

--
Dennis Smith                         +1 416.798.7948
Cherniak Software Development Corporation   Fax: +1 416.798.0948
509-2001 Sheppard Avenue East        [hidden email]
Toronto, ON M2J 4Z8              sip:[hidden email]
Canada         http://www.CherniakSoftware.com
Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Store date/times ... or -- maybe I am crazy ??

Mark Pirogovsky-3
Did you check what is your Image time and time zone are ? By default it
is set to PST. I think that  store may store the data provided by the
client....


Dennis Smith wrote:

> Linux of course has its clock set to UTC -- always has (Unix has
> historically done that).
> Time is then displayed using the user's local TZ.
>
> Not sure what I expect Store to do with that, nor do I really know what
> Store sees from
> postgres.
>
> Anthony Lander wrote:
>  
>> Hi Dennis,
>>
>> Could be that your hardware clock is set to UTC and the adjustment is
>> done by the OS timeserver daemon. VW or Postgresql could be bypassing
>> that.
>>
>> Just a thought...
>>
>>   -anthony
>>
>> On 12-Sep-08, at 5:14 PM, Dennis Smith wrote:
>>
>>    
>>> We run Sore vis Postgres on Linux.
>>>
>>> The date/times that Store is reporting for versions is 4 hours out,
>>> which
>>> is our current (EDT) diff from UTC/GMT.
>>>
>>> Am I missing something here?? is this a bit strange??
>>>
>>> --
>>> Dennis Smith                                  +1 416.798.7948
>>> Cherniak Software Development Corporation   Fax: +1 416.798.0948
>>> 509-2001 Sheppard Avenue East        [hidden email]
>>> Toronto, ON M2J 4Z8              sip:[hidden email]
>>> Canada                     http://www.CherniakSoftware.com
>>> Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP
>>>
>>> _______________________________________________
>>> vwnc mailing list
>>> [hidden email]
>>> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>>>      
>
>  
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Store date/times ... or -- maybe I am crazy ??

Steve Aldred-3
Mark Pirogovsky wrote:
> Did you check what is your Image time and time zone are ? By default it
> is set to PST. I think that  store may store the data provided by the
> client....
>  

We have the same issue with Postgres on Ubuntu.
Our image (different machine) time zone is correct. Query date from
command line on Ubuntu is correct. Its only
viewing published items via store that is wrong.

cheers
Steve

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Store date/times ... or -- maybe I am crazy ??

Dennis smith-4
Thank you -- nice to hear we are not the only ones.
If I find a neat/simple solution I will post it.

Steve Aldred wrote:
Mark Pirogovsky wrote:
  
Did you check what is your Image time and time zone are ? By default it 
is set to PST. I think that  store may store the data provided by the 
client....
  
    

We have the same issue with Postgres on Ubuntu.
Our image (different machine) time zone is correct. Query date from 
command line on Ubuntu is correct. Its only
viewing published items via store that is wrong.

cheers
Steve

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
  

-- 
Dennis Smith                 		         +1 416.798.7948
Cherniak Software Development Corporation   Fax: +1 416.798.0948
509-2001 Sheppard Avenue East        [hidden email]
Toronto, ON M2J 4Z8              <a class="moz-txt-link-freetext" href="sip:dennis@CherniakSoftware.com">sip:dennis@...
Canada			         http://www.CherniakSoftware.com
Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Store date/times ... or -- maybe I am crazy ??

Alan Knight-2
As of 7.6, the Store timestamps are in UTC, and are being displayed as such. It would probably be nice if the display would adjust them to the local time-zone.

At 07:58 PM 9/15/2008, Dennis Smith wrote:
Thank you -- nice to hear we are not the only ones.
If I find a neat/simple solution I will post it.

Steve Aldred wrote:

Mark Pirogovsky wrote:
 

Did you check what is your Image time and time zone are ? By default
it 
is set to PST. I think that  store may store the data provided by
the 
client....
  
   

We have the same issue with Postgres on Ubuntu.
Our image (different machine) time zone is correct. Query date from 
command line on Ubuntu is correct. Its only
viewing published items via store that is wrong.

cheers
Steve

_______________________________________________
vwnc mailing list
[hidden email]

http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
 


-- 
Dennis
Smith                
   
        
         +1 416.798.7948
Cherniak Software Development Corporation   Fax: +1
416.798.0948
509-2001 Sheppard Avenue East       
[hidden email]
Toronto, ON M2J
4Z8             
<a href="sip:dennis@CherniakSoftware.com">
sip:dennis@...
Canada  
        
        
        

http://www.CherniakSoftware.com
Entrance off Yorkland Blvd south of Sheppard Ave east of the
DVP
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

--
Alan Knight [|], Engineering Manager, Cincom Smalltalk

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Store date/times ... or -- maybe I am crazy ??

Dennis smith-4
OK -- nice that I am not going nuts :)

Alan Knight wrote:
As of 7.6, the Store timestamps are in UTC, and are being displayed as such. It would probably be nice if the display would adjust them to the local time-zone.

At 07:58 PM 9/15/2008, Dennis Smith wrote:
Thank you -- nice to hear we are not the only ones.
If I find a neat/simple solution I will post it.

Steve Aldred wrote:

Mark Pirogovsky wrote:
 
      

Did you check what is your Image time and time zone are ? By default
it 
is set to PST. I think that  store may store the data provided by
the 
client....
  
   
        

We have the same issue with Postgres on Ubuntu.
Our image (different machine) time zone is correct. Query date from 
command line on Ubuntu is correct. Its only
viewing published items via store that is wrong.

cheers
Steve

_______________________________________________
vwnc mailing list
[hidden email]

http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
 
      


-- 
Dennis
Smith                
   
        
         +1 416.798.7948
Cherniak Software Development Corporation   Fax: +1
416.798.0948
509-2001 Sheppard Avenue East       
[hidden email]
Toronto, ON M2J
4Z8             
<a moz-do-not-send="true" href="sip:dennis@CherniakSoftware.com">
sip:dennis@...
Canada  
        
        
        

http://www.CherniakSoftware.com
Entrance off Yorkland Blvd south of Sheppard Ave east of the
DVP
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

--
Alan Knight [|], Engineering Manager, Cincom Smalltalk

_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

-- 
Dennis Smith                 		         +1 416.798.7948
Cherniak Software Development Corporation   Fax: +1 416.798.0948
509-2001 Sheppard Avenue East        [hidden email]
Toronto, ON M2J 4Z8              <a class="moz-txt-link-freetext" href="sip:dennis@CherniakSoftware.com">sip:dennis@...
Canada			         http://www.CherniakSoftware.com
Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Store date/times ... or -- maybe I am crazy ??

Alan Knight-2
Well, I can't vouch for that in general, but at least on this issue you're ok :-)

At 01:07 PM 9/16/2008, Dennis Smith wrote:
OK -- nice that I am not going nuts :)

Alan Knight wrote:
As of 7.6, the Store timestamps are in UTC, and are being displayed as such. It would probably be nice if the display would adjust them to the local time-zone.

At 07:58 PM 9/15/2008, Dennis Smith wrote:
Thank you -- nice to hear we are not the only ones.
If I find a neat/simple solution I will post it.

Steve Aldred wrote:


Mark Pirogovsky wrote:
 
     


Did you check what is your Image time and time zone are ? By
default
it 
is set to PST. I think that  store may store the data provided by
the 
client....
  
   
       


We have the same issue with Postgres on Ubuntu.
Our image (different machine) time zone is correct. Query date from 
command line on Ubuntu is correct. Its only
viewing published items via store that is wrong.

cheers
Steve

_______________________________________________
vwnc mailing list
[hidden email]


http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
 
     



-- 
Dennis
Smith                
        
        
         +1 416.798.7948
Cherniak Software Development Corporation   Fax: +1
416.798.0948
509-2001 Sheppard Avenue East       
[hidden email]
Toronto, ON M2J
4Z8             
<a href="sip:dennis@CherniakSoftware.com">
sip:dennis@...
Canada  
        
        
        


http://www.CherniakSoftware.com
Entrance off Yorkland Blvd south of Sheppard Ave east of the
DVP
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

--
Alan Knight [|], Engineering Manager, Cincom Smalltalk
[hidden email]
[hidden email]
http://www.cincom.com/smalltalk



_______________________________________________
vwnc mailing list
[hidden email]

http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
 


-- 
Dennis
Smith                
   
        
         +1 416.798.7948
Cherniak Software Development Corporation   Fax: +1
416.798.0948
509-2001 Sheppard Avenue East       
[hidden email]
Toronto, ON M2J
4Z8             
<a href="sip:dennis@CherniakSoftware.com">
sip:dennis@...
Canada  
        
        
        

http://www.CherniakSoftware.com
Entrance off Yorkland Blvd south of Sheppard Ave east of the
DVP
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

--
Alan Knight [|], Engineering Manager, Cincom Smalltalk

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc