Files
bsdports/devel/libglib/files/patch-glib_tests_gdatetime.c
2019-12-26 07:26:06 +00:00

21 lines
613 B
C

--- glib/tests/gdatetime.c.orig 2014-03-09 10:29:13.925231275 +0000
+++ glib/tests/gdatetime.c 2014-03-09 10:30:18.235227107 +0000
@@ -1322,7 +1322,7 @@
gint i1, i2;
#ifdef G_OS_UNIX
- tz = g_time_zone_new ("America/Toronto");
+ tz = g_time_zone_new ("America/Toronto Eastern");
#elif defined G_OS_WIN32
tz = g_time_zone_new ("Eastern Standard Time");
#endif
@@ -1355,7 +1355,7 @@
gint i1, i2;
#ifdef G_OS_UNIX
- tz = g_time_zone_new ("America/Toronto");
+ tz = g_time_zone_new ("America/Toronto Eastern");
#elif defined G_OS_WIN32
tz = g_time_zone_new ("Eastern Standard Time");
#endif