[issue22067] time_test fails after strptime()

2021-11-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Yes, it was 2.7-only issue. Thank you Irit for checking and closing outdated issues. -- resolution: works for me -> out of date stage: -> resolved status: pending -> closed ___ Python tracker

[issue22067] time_test fails after strptime()

2021-11-22 Thread Irit Katriel
Irit Katriel added the comment: I am unable to reproduce this on 3.11. -- nosy: +iritkatriel resolution: -> works for me status: open -> pending ___ Python tracker ___ __

[issue22067] time_test fails after strptime()

2015-12-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: If call time.localtime() with time before 1990-03-25T03:00, EET is turned to MSK. I guess this is a time when the Europe/Kiev timezone was introduced. >>> import os, time >>> os.environ['TZ'] = 'Europe/Kiev' >>> time.tzset() >>> time.localtime(638319599) tim

[issue22067] time_test fails after strptime()

2014-11-17 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +belopolsky, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue22067] time_test fails after strptime()

2014-07-25 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: time_test fails when running after any test which uses strptime(). The bug can be easily reproduced by running test_time twice: $ TZ=Europe/Kiev ./python -m test.regrtest -ugui -v test_time test_time ... =