test_tzinfo::WarsawWMTEndTestCase Class Reference

Inheritance diagram for test_tzinfo::WarsawWMTEndTestCase:

test_tzinfo::USEasternDSTStartTestCase TestCase

List of all members.

Static Public Attributes

tuple tzinfo = pytz.timezone('Europe/Warsaw')
tuple transition_time = datetime(1915, 8, 4, 22, 36, 0, tzinfo=UTC)
dictionary before
dictionary after


Detailed Description

Definition at line 301 of file test_tzinfo.py.


Member Data Documentation

Initial value:

{
        'tzname': 'CET',
        'utcoffset': timedelta(hours=1),
        'dst': timedelta(0),
        }

Reimplemented from test_tzinfo::USEasternDSTStartTestCase.

Definition at line 312 of file test_tzinfo.py.

Initial value:

{
        'tzname': 'WMT',
        'utcoffset': timedelta(hours=1, minutes=24),
        'dst': timedelta(0),
        }

Reimplemented from test_tzinfo::USEasternDSTStartTestCase.

Definition at line 307 of file test_tzinfo.py.

tuple test_tzinfo::WarsawWMTEndTestCase::transition_time = datetime(1915, 8, 4, 22, 36, 0, tzinfo=UTC) [static]

Reimplemented from test_tzinfo::USEasternDSTStartTestCase.

Definition at line 306 of file test_tzinfo.py.

tuple test_tzinfo::WarsawWMTEndTestCase::tzinfo = pytz.timezone('Europe/Warsaw') [static]

Reimplemented from test_tzinfo::USEasternDSTStartTestCase.

Definition at line 305 of file test_tzinfo.py.


The documentation for this class was generated from the following file:

© Copyright 2008-2009 Vyper Logix Corp., All Right Reserved; If you reference this document or any part of this document you must use the citation verbatim (including the link) "© Copyright 2008-2009 Vyper Logix Corp., All Right Reserved."

Notice: This source code contained in this document is NOT open source and is NOT being distributed as open source.

122,241 lines of code and growing...