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

« back to all changes in this revision

Viewing changes to libFoundation/Resources/TimeZoneInfo/SystemV/PST8PDT

  • 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
        PDT = {abbrev = PDT; isDST = 1; offset = "-7:00:00"; };
 
4
        PST = {abbrev = PST; isDST = 0; offset = "-8:00:00"; };
 
5
    };
 
6
    rules = (
 
7
        {
 
8
            startDate = "Sun Apr 27 12:00:00 1902 GMT";
 
9
            endDate = "Sun Oct 28 11:00:00 1973 GMT";
 
10
            transitions = (
 
11
                { date = "April/last Sunday/12:00:00"; detail = PDT; },
 
12
                { date = "October/last Sunday/11:00:00"; detail = PST; }
 
13
            );
 
14
        },
 
15
        {
 
16
            startDate = "Sun Apr 25 12:00:00 1976 GMT";
 
17
            endDate = "Sun Oct 25 11:00:00 2037 GMT";
 
18
            transitions = (
 
19
                { date = "April/last Sunday/12:00:00"; detail = PDT; },
 
20
                { date = "October/last Sunday/11:00:00"; detail = PST; }
 
21
            );
 
22
        }
 
23
    );
 
24
    transitions = (
 
25
        { date = "Sun Jan 06 12:00:00 1974 GMT"; detail = PDT; },
 
26
        { date = "Sun Nov 24 11:00:00 1974 GMT"; detail = PST; },
 
27
        { date = "Sun Feb 23 12:00:00 1975 GMT"; detail = PDT; },
 
28
        { date = "Sun Oct 26 11:00:00 1975 GMT"; detail = PST; }
 
29
    );
 
30
}
 
 
b'\\ No newline at end of file'