diff --git a/testsuite/gtk/calendar.c b/testsuite/gtk/calendar.c index 4e76c71b5c..809260d0da 100644 --- a/testsuite/gtk/calendar.c +++ b/testsuite/gtk/calendar.c @@ -10,7 +10,7 @@ test_calendar_set_day (void) cal = gtk_calendar_new (); - tz = g_time_zone_new_identifier ("MET"); + tz = g_time_zone_new_identifier ("Europe/Brussels"); g_assert_nonnull (tz); dt = g_date_time_new (tz, 1970, 3, 1, 0, 0, 0); g_assert_nonnull (dt);