~ubuntu-branches/ubuntu/edgy/sope/edgy

« back to all changes in this revision

Viewing changes to libFoundation/Resources/TimeZoneInfo/CET

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Ley
  • Date: 2005-08-19 16:53:31 UTC
  • Revision ID: james.westby@ubuntu.com-20050819165331-hs683wz1osm708pw
Tags: upstream-4.4rc.2
ImportĀ upstreamĀ versionĀ 4.4rc.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    details = {
 
3
        CET = {abbrev = CET; isDST = 0; offset = "+1:00:00"; };
 
4
        "CEST" = {abbrev = "CEST"; isDST = 1; offset = "+2:00:00"; };
 
5
    };
 
6
    rules = (
 
7
        {
 
8
            startDate = "Sun Mar 30 03:00:00 1986 GMT";
 
9
            endDate = "Sun Sep 24 03:00:00 1995 GMT";
 
10
            transitions = (
 
11
                { date = "March/last Sunday/3:00:00"; detail = "CEST"; },
 
12
                { date = "September/last Sunday/3:00:00"; detail = CET; }
 
13
            );
 
14
        },
 
15
        {
 
16
            startDate = "Sun Mar 31 03:00:00 1996 GMT";
 
17
            endDate = "Sun Oct 25 03:00:00 2037 GMT";
 
18
            transitions = (
 
19
                { date = "March/last Sunday/3:00:00"; detail = "CEST"; },
 
20
                { date = "October/last Sunday/3:00:00"; detail = CET; }
 
21
            );
 
22
        }
 
23
    );
 
24
}
 
 
b'\\ No newline at end of file'