test-calendar: Update timezone name

Debian no longer provides the MET timezone
but instead provides geographical region and city name
This commit is contained in:
Jeremy Bícha
2023-08-08 09:47:14 -04:00
parent 5b39abd1a4
commit 4881ef251e

View 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);