Changeset 1334


Ignore:
Timestamp:
Apr 5, 2004, 9:45:58 PM (21 years ago)
Author:
bird
Message:

another timezone.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testcase/625main.c

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r1333 r1334  
    124124            "2003-06-14 10:02:12  6  164  not-dst(0)",
    125125        }
     126    },
     127    {
     128#ifndef UNIX_TZ
     129        "TZ=EST5EDT,4,1,0,7200,10,-1,0,7200,3600",
     130#else
     131        "TZ=EST5EDT,M4.1.0/2,M10.4.0/3",
     132#endif
     133        "timezone=18000  daylight=1  tzname='EST','EDT'",
     134        {
     135            "1969-12-31 19:00:00  3  364  not-dst(0)",
     136            "1970-05-31 20:00:00  0  150  dst(1)",
     137            "1960-02-29 07:00:00  1   59  not-dst(0)",
     138            "1902-12-13 15:45:53  6  346  not-dst(0)",
     139            "2038-01-17 22:14:07  0   16  not-dst(0)",
     140            "2000-12-23 19:02:12  6  357  not-dst(0)",
     141            "2003-06-13 20:02:12  5  163  dst(1)",
     142        }
    126143    }
     144
    127145};
    128146
Note: See TracChangeset for help on using the changeset viewer.