test-calendar: Update timezone name
authorJeremy Bícha <jeremy.bicha@canonical.com>
Tue, 8 Aug 2023 13:47:14 +0000 (09:47 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 24 Aug 2023 14:18:00 +0000 (10:18 -0400)
Debian no longer provides the MET timezone
but instead provides geographical region and city name

testsuite/gtk/calendar.c

index 4e76c71b5cedd603fc9c55c27dcdf180784b82db..809260d0dab9eed74a026957776d09e6201cf2d4 100644 (file)
@@ -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);