~ubuntu-branches/ubuntu/natty/python-tz/natty-proposed

« back to all changes in this revision

Viewing changes to pytz/zoneinfo/Europe/Belfast.py

  • Committer: Bazaar Package Importer
  • Author(s): Brian Sutherland
  • Date: 2005-09-15 14:45:50 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050915144550-sl8c9l8604ywl8qd
Tags: 2005m-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
class Belfast(DstTzInfo):
7
7
    '''Europe/Belfast timezone definition. See datetime.tzinfo for details'''
8
8
 
9
 
    _zone = 'Europe/Belfast'
 
9
    zone = 'Europe/Belfast'
10
10
 
11
11
    _utc_transition_times = [
12
12
d(1,1,1,0,0,0),
13
 
d(1916,5,21,2,25,21),
14
 
d(1916,10,1,2,25,21),
 
13
d(1916,5,21,2,0,0),
 
14
d(1916,10,1,2,0,0),
15
15
d(1917,4,8,2,0,0),
16
16
d(1917,9,17,2,0,0),
17
17
d(1918,3,24,2,0,0),
255
255
        ]
256
256
 
257
257
    _transition_info = [
258
 
i(-1500,0,'DMT'),
259
 
i(2100,3600,'IST'),
 
258
i(0,0,'GMT'),
 
259
i(3600,3600,'BST'),
260
260
i(0,0,'GMT'),
261
261
i(3600,3600,'BST'),
262
262
i(0,0,'GMT'),