Fails with:
{{{
DataError: time zone "Asia/Ust+Nera" not recognized
}}}
I have confirmed this fails with other timezones with hyphens, such as
"America/Port-au-Prince".
I have also confirmed my postgresql DB supports these timezones:
{{{
SELECT
name,
abbrev,
utc_offset,
is_dst
FROM pg_timezone_names
WHERE name !~ 'posix'
ORDER BY name asc;
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33663>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => duplicate
* component: Uncategorized => Database layer (models, ORM)
* type: Uncategorized => Bug
Comment:
Duplicate of #33279.
--
Ticket URL: <https://code.djangoproject.com/ticket/33663#comment:1>