Removing Moscow's timezone check
MOSCOW on October 26 has turned its clocks back one hour switching to permanent "winter" time and ending the three-year experiment of living on permanent "summer time." No seasonal time change is envisaged from now on. For safety, we remove this timezone check Change-Id: I1614f8f7adb56903816aa5a093d742925dd51ea8 Closes-Bug: #1407055
This commit is contained in:
parent
d9d8d861b1
commit
21d0f09216
@ -27,7 +27,6 @@ class UserSettingsTest(test.TestCase):
|
||||
res = self.client.get(INDEX_URL)
|
||||
|
||||
self.assertContains(res, "UTC +11:00: Australia (Melbourne) Time")
|
||||
self.assertContains(res, "UTC +04:00: Russia (Moscow) Time")
|
||||
self.assertContains(res, "UTC -03:00: Falkland Islands Time")
|
||||
self.assertContains(res, "UTC -10:00: United States (Honolulu) Time")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user