Changes between Initial Version and Version 2 of Ticket #32147
- Timestamp:
- Oct 26, 2020, 11:01:02 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32147
- Property Resolution → invalid
- Property Status assigned → closed
-
Ticket #32147 – Description
initial v2 2 2 3 3 {{{ 4 File "<basepath>/lib/python3.7/site-packages/pytz/tzinfo.py", line 234, in localize 4 Traceback (most recent call last): 5 File "<my_path>/tests/test_users.py", line 235, in test_login_change_hour 6 created_at = "2020-10-25 02:00:01" 7 [...] 8 File "<env_path>/lib/python3.7/site-packages/django/utils/timezone.py", line 234, in make_aware 9 return timezone.localize(value, is_dst=is_dst) 10 File "<env_path>/infojuiceapi2/lib/python3.7/site-packages/pytz/tzinfo.py", line 363, in localize 5 11 raise AmbiguousTimeError(dt) 6 12 pytz.exceptions.AmbiguousTimeError: 2020-10-25 02:00:01 7 13 }}} 14 8 15 9 16 The steps to reproduce are: