mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +01:00
tests: change test timezone to America/Toronto
America/Toronto is the canonical name for Canada/Eastern in the zoneinfo database.
This commit is contained in:
parent
5ccdf2b86a
commit
2731b01c73
@ -1322,7 +1322,7 @@ test_find_interval (void)
|
||||
gint i1, i2;
|
||||
|
||||
#ifdef G_OS_UNIX
|
||||
tz = g_time_zone_new ("Canada/Eastern");
|
||||
tz = g_time_zone_new ("America/Toronto");
|
||||
#elif defined G_OS_WIN32
|
||||
tz = g_time_zone_new ("Eastern Standard Time");
|
||||
#endif
|
||||
@ -1355,7 +1355,7 @@ test_adjust_time (void)
|
||||
gint i1, i2;
|
||||
|
||||
#ifdef G_OS_UNIX
|
||||
tz = g_time_zone_new ("Canada/Eastern");
|
||||
tz = g_time_zone_new ("America/Toronto");
|
||||
#elif defined G_OS_WIN32
|
||||
tz = g_time_zone_new ("Eastern Standard Time");
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user