projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b8e098
)
test-calendar: Update timezone name
author
Jeremy Bícha
<jeremy.bicha@canonical.com>
Tue, 8 Aug 2023 13:47:14 +0000
(09:47 -0400)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/testsuite/gtk/calendar.c
b/testsuite/gtk/calendar.c
index 4e76c71b5cedd603fc9c55c27dcdf180784b82db..809260d0dab9eed74a026957776d09e6201cf2d4 100644
(file)
--- 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);