(no subject)

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

(no subject)

John Pfersich
I'm trying to set the time reported by Time now to my current  
timezone. I located the current settings in the initialize class  
method of TimeZone.  I changed the parameters of TimeZone  
timeDiffference to MST, saved the image and restarted it. It still has  
the California settings. What do I need to do to change the settings?  
By the way, I'm running vwnc 7.4 (still waiting for 7.7.1 in the mail)

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

Re: (no subject)

Björn Eiderbäck-2
Look at the System->Settings->Time Zones

I usually evaluate the following
TimeZone setDefaultTimeZone:
(TimeZone timeDifference: 1
DST: 1 start: 2 end: 3
from: 90 "on March 31"
to: 304 "until October 31"
startDay: #Sunday).

to set the time zone to CET.

/Björn


Den8 mar 2011 05:20, skrevJohn Pfersich <[hidden email]>:

> I'm trying to set the time reported by Time now to my current
>
> timezone. I located the current settings in the initialize class
>
> method of TimeZone.  I changed the parameters of TimeZone
>
> timeDiffference to MST, saved the image and restarted it. It still has
>
> the California settings. What do I need to do to change the settings?
>
> By the way, I'm running vwnc 7.4 (still waiting for 7.7.1 in the mail)
>
>
>
> Sent from my iPhone
>
> _______________________________________________
>
> 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