2014-08-12 15:50:27 +02:00
|
|
|
--- a/pytz/tests/test_tzinfo.py
|
|
|
|
+++ b/pytz/tests/test_tzinfo.py
|
2019-01-09 18:21:14 +01:00
|
|
|
@@ -726,15 +726,6 @@ class LocalTestCase(unittest.TestCase):
|
2018-02-19 21:21:31 +01:00
|
|
|
'1914-01-01 13:40:00 UTC+0000'
|
|
|
|
)
|
2014-08-12 15:50:27 +02:00
|
|
|
|
|
|
|
- def no_testCreateLocaltime(self):
|
|
|
|
- # It would be nice if this worked, but it doesn't.
|
|
|
|
- tz = pytz.timezone('Europe/Amsterdam')
|
|
|
|
- dt = datetime(2004, 10, 31, 2, 0, 0, tzinfo=tz)
|
|
|
|
- self.assertEqual(
|
2018-02-19 21:21:31 +01:00
|
|
|
- dt.strftime(fmt),
|
|
|
|
- '2004-10-31 02:00:00 CET+0100'
|
|
|
|
- )
|
2014-08-12 15:50:27 +02:00
|
|
|
-
|
|
|
|
|
|
|
|
class CommonTimezonesTestCase(unittest.TestCase):
|
|
|
|
def test_bratislava(self):
|