| 15 | |
| 16 | The build is using tzdata (2023c-8) which contains this change: |
| 17 | {{{ |
| 18 | * Ship only timezones in tzdata that follow the current rules of geographical |
| 19 | region (continent or ocean) and city name. Move all legacy timezone symlinks |
| 20 | (that are upgraded during package update) to tzdata-legacy. This includes |
| 21 | dropping the special handling for US/* timezones. (Closes: #1040997) |
| 22 | }}} |
| 23 | tzdata (2023c-9) moved UTC back: |
| 24 | {{{ |
| 25 | * Move top-level UTC timezone back to tzdata (Closes: #1043250, LP: #2030684) |
| 26 | }}} |
| 27 | tzdata (2023c-10) reverted more changes: |
| 28 | {{{ |
| 29 | * Partially revert 2023c-8: Move top-level timezones like UTC and CET back to |
| 30 | tzdata. Only the old or merged timezones mentioned in the upstream backward |
| 31 | file stay in tzdata-legacy (Closes: #1043250, LP: #2030684) |
| 32 | }}} |
| 33 | The test failure might be resolved once tzdata >= 2023c-9 is used by the build daemons. |