Timezone incorrect for Phoenix, Arizona

Bug #1561258 reported by Les Bowen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
astral
Fix Released
Medium
Simon Kennedy

Bug Description

>>> from astral import Astral
>>> city_name = 'Phoenix'
>>> a = Astral()
>>> city = a[city_name]
>>> timezone = city.timezone
>>> print('Timezone: %s' % timezone)
Timezone: US/Mountain

========

Arizona has its own TZ, as it does not observe DST.

Timezone should be US/Arizona

Changed in astral:
status: New → Confirmed
importance: Undecided → Medium
assignee: nobody → Simon Kennedy (sffjunkie)
Revision history for this message
Simon Kennedy (sffjunkie) wrote :

Time zone corrected to America/Phoenix which is supposed to be 'more accurate' than US/Arizona

Changed in astral:
status: Confirmed → Fix Committed
Changed in astral:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.