~ubuntu-branches/ubuntu/edgy/python-tz/edgy

« back to all changes in this revision

Viewing changes to pytz/zoneinfo/SystemV/CST6.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-02-14 14:29:04 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060214142904-36lky2owqswc1g5q
Tags: 2005r-1ubuntu1
Drop python2.3 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
'''tzinfo timezone information for SystemV/CST6.'''
2
 
from pytz.tzinfo import DstTzInfo
3
 
from pytz.tzinfo import memorized_datetime as d
4
 
from pytz.tzinfo import memorized_ttinfo as i
5
 
 
6
 
class CST6(DstTzInfo):
7
 
    '''SystemV/CST6 timezone definition. See datetime.tzinfo for details'''
8
 
 
9
 
    zone = 'SystemV/CST6'
10
 
 
11
 
    _utc_transition_times = [
12
 
d(1,1,1,0,0,0),
13
 
d(1905,9,1,6,58,36),
14
 
d(1918,4,14,9,0,0),
15
 
d(1918,10,31,8,0,0),
16
 
d(1930,5,4,7,0,0),
17
 
d(1930,10,5,6,0,0),
18
 
d(1931,5,3,7,0,0),
19
 
d(1931,10,4,6,0,0),
20
 
d(1932,5,1,7,0,0),
21
 
d(1932,10,2,6,0,0),
22
 
d(1933,5,7,7,0,0),
23
 
d(1933,10,1,6,0,0),
24
 
d(1934,5,6,7,0,0),
25
 
d(1934,10,7,6,0,0),
26
 
d(1937,4,11,7,0,0),
27
 
d(1937,10,10,6,0,0),
28
 
d(1938,4,10,7,0,0),
29
 
d(1938,10,2,6,0,0),
30
 
d(1939,4,9,7,0,0),
31
 
d(1939,10,8,6,0,0),
32
 
d(1940,4,14,7,0,0),
33
 
d(1940,10,13,6,0,0),
34
 
d(1941,4,13,7,0,0),
35
 
d(1941,10,12,6,0,0),
36
 
d(1942,2,9,9,0,0),
37
 
d(1945,8,14,23,0,0),
38
 
d(1945,9,30,8,0,0),
39
 
d(1946,4,14,9,0,0),
40
 
d(1946,10,13,8,0,0),
41
 
d(1947,4,27,9,0,0),
42
 
d(1947,9,28,8,0,0),
43
 
d(1948,4,25,9,0,0),
44
 
d(1948,9,26,8,0,0),
45
 
d(1949,4,24,9,0,0),
46
 
d(1949,9,25,8,0,0),
47
 
d(1950,4,30,9,0,0),
48
 
d(1950,9,24,8,0,0),
49
 
d(1951,4,29,9,0,0),
50
 
d(1951,9,30,8,0,0),
51
 
d(1952,4,27,9,0,0),
52
 
d(1952,9,28,8,0,0),
53
 
d(1953,4,26,9,0,0),
54
 
d(1953,9,27,8,0,0),
55
 
d(1954,4,25,9,0,0),
56
 
d(1954,9,26,8,0,0),
57
 
d(1955,4,24,9,0,0),
58
 
d(1955,9,25,8,0,0),
59
 
d(1956,4,29,9,0,0),
60
 
d(1956,9,30,8,0,0),
61
 
d(1957,4,28,9,0,0),
62
 
d(1957,9,29,8,0,0),
63
 
d(1959,4,26,9,0,0),
64
 
d(1959,10,25,8,0,0),
65
 
d(1960,4,24,9,0,0),
66
 
        ]
67
 
 
68
 
    _transition_info = [
69
 
i(-25140,0,'LMT'),
70
 
i(-25200,0,'MST'),
71
 
i(-21600,3600,'MDT'),
72
 
i(-25200,0,'MST'),
73
 
i(-21600,3600,'MDT'),
74
 
i(-25200,0,'MST'),
75
 
i(-21600,3600,'MDT'),
76
 
i(-25200,0,'MST'),
77
 
i(-21600,3600,'MDT'),
78
 
i(-25200,0,'MST'),
79
 
i(-21600,3600,'MDT'),
80
 
i(-25200,0,'MST'),
81
 
i(-21600,3600,'MDT'),
82
 
i(-25200,0,'MST'),
83
 
i(-21600,3600,'MDT'),
84
 
i(-25200,0,'MST'),
85
 
i(-21600,3600,'MDT'),
86
 
i(-25200,0,'MST'),
87
 
i(-21600,3600,'MDT'),
88
 
i(-25200,0,'MST'),
89
 
i(-21600,3600,'MDT'),
90
 
i(-25200,0,'MST'),
91
 
i(-21600,3600,'MDT'),
92
 
i(-25200,0,'MST'),
93
 
i(-21600,3600,'MWT'),
94
 
i(-21600,3600,'MPT'),
95
 
i(-25200,0,'MST'),
96
 
i(-21600,3600,'MDT'),
97
 
i(-25200,0,'MST'),
98
 
i(-21600,3600,'MDT'),
99
 
i(-25200,0,'MST'),
100
 
i(-21600,3600,'MDT'),
101
 
i(-25200,0,'MST'),
102
 
i(-21600,3600,'MDT'),
103
 
i(-25200,0,'MST'),
104
 
i(-21600,3600,'MDT'),
105
 
i(-25200,0,'MST'),
106
 
i(-21600,3600,'MDT'),
107
 
i(-25200,0,'MST'),
108
 
i(-21600,3600,'MDT'),
109
 
i(-25200,0,'MST'),
110
 
i(-21600,3600,'MDT'),
111
 
i(-25200,0,'MST'),
112
 
i(-21600,3600,'MDT'),
113
 
i(-25200,0,'MST'),
114
 
i(-21600,3600,'MDT'),
115
 
i(-25200,0,'MST'),
116
 
i(-21600,3600,'MDT'),
117
 
i(-25200,0,'MST'),
118
 
i(-21600,3600,'MDT'),
119
 
i(-25200,0,'MST'),
120
 
i(-21600,3600,'MDT'),
121
 
i(-25200,0,'MST'),
122
 
i(-21600,0,'CST'),
123
 
        ]
124
 
 
125
 
CST6 = CST6()
126