You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As stated by http://www.wowpedia.org/Server:Nazjatar_US , the server used runs in the Pacific time zone.
The -7h offset in the Armory timestamp, which happens to be in GMT, fits in nicely with the -7 offset for PDT.
Test failure in test_character.py: Mismatching achievement dates?
File "test_character.py", line 104, in test_achievements
self.assertEqual(character.achievements[513], datetime.datetime(2011, 1, 25, 12, 22, 8))
AssertionError: datetime.datetime(2011, 1, 25, 15, 22, 8) != datetime.datetime(2011, 1, 25, 12, 22, 8)
The text was updated successfully, but these errors were encountered: