[OGo-Users] Updated Time zone info?

Olivier Hallot users@opengroupware.org
Wed, 14 Mar 2007 21:00:13 -0300


Adam Tauno Williams escreveu:
>> It looks like you might have have a syntax error on the latest
>> startDate (Missing the "11")
>
> Doh!... and I was hopeful there for a minute.  But it is still posting 
> an hour behind.  After editing the file and restarting the webui.
The tag EST below is linked to libFoundation/TimeZoneInfo/US/Eastern by 
the file libFoundation/TimeZoneInfo/Regionsdictionary:
<snip>
    EET = Turkey;
    "EET DST" = Turkey;
    EST = "US/Eastern";
    EWT = "US/Eastern";
    GMT = GMT;
<snap>

You should insert your new DST settings in to <>/US/Eastern, not <>/EST.

Olivier


>
> {
>      details = {
>          EDT = {abbrev = EDT; isDST = 1; offset = "-4:00:00"; };
>          EST = {abbrev = EST; isDST = 0; offset = "-5:00:00"; };
>      };
>      rules = (
>          {
>              startDate = "Sun Apr 27 09:00:00 1969 GMT";
>              endDate = "Sun Oct 26 08:00:00 1986 GMT";
>              transitions = (
>                  { date = "April/last Sunday/9:00:00"; detail = EDT; },
>                  { date = "October/last Sunday/8:00:00"; detail = EST; }
>              );
>          },
>          {
>              startDate = "Sun Apr 05 09:00:00 1987 GMT";
>              endDate = "Sun Oct 25 08:00:00 2006 GMT";
>              transitions = (
>                  { date = "April/first Sunday/9:00:00"; detail = EDT; },
>                  { date = "October/last Sunday/8:00:00"; detail = EST; }
>              );
>          },
>          {
>              startDate = "Sun Mar 11 07:00:00 2007 GMT";
>              endDate = "Sun Nov 25 08:00:00 2037 GMT";
>              transitions = (
>                  { date = "March/second Sunday/7:00:00"; detail = EDT; },
>                  { date = "November/first Sunday/8:00:00"; detail = 
> EST; }
>              );
>          }
>      );
> }
>
>
> --OpenGroupware.org Users
> users@opengroupware.org
> http://mail.opengroupware.org/mailman/listinfo/users
>