Opened 6 years ago

Closed 6 years ago

#30239 closed Bug (invalid)

TIME_ZONE (settings.py) TZ database name is incorrect for Kyiv: it should be Kyiv instead of Kiev

Reported by: Znakharenko Bogdan Owned by: nobody
Component: Internationalization Version: 2.1
Severity: Normal Keywords: settings, timezone
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Actual accepted by django value for Ukraine is Europe/Kiev, but it should be Europe/Kyiv

Kyiv is NOT Kiev
https://medium.com/@postinformation/kyiv-not-kiev-61d18237228

Change History (1)

comment:1 by Tim Graham, 6 years ago

Resolution: invalid
Status: newclosed

The accepts values are dictated by pytz, not Django.

Note: See TracTickets for help on using tickets.
Back to Top