From: Jeremy BĂ­cha Date: Tue, 8 Aug 2023 13:47:14 +0000 (-0400) Subject: test-calendar: Update timezone name X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2^2~41 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4d99dbc48dfdc00800718a04240dce3e6c914145;p=gtk4.git test-calendar: Update timezone name Debian no longer provides the MET timezone but instead provides geographical region and city name --- 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);