Bug#1084190: breakage due to tzdata System V name removal
Sorry, that doesn't work; I don't yet know why.
https://salsa.debian.org/rnpalmer-guest/glib/-/jobs/6410813
On 06/10/2024 17:36, Rebecca N. Palmer wrote:
And yes, that glib test failure looks like another instance of this.
Changing g_time_zone_get_abbreviation (tz, 0) to
g_time_zone_get_abbreviation (tz, g_time_zone_find_interval(tz,
G_TIME_TYPE_STANDARD, 0)) (and the g_time_zone_get_abbreviation (tz, 1)
later in the test to g_time_zone_get_abbreviation (tz,
g_time_zone_find_interval(tz, G_TIME_TYPE_DAYLIGHT, 15000000
/*approximately 6 months, in seconds, to get into DST*/)) would probably
fix it
Reply to: