c1c7aed646
Rebase to tzdata-2021b - Jordan now starts DST on February's last Thursday. - Samoa no longer observes DST. - Merge more location-based Zones whose timestamps agree since 1970. - Move some backward-compatibility links to 'backward'. - Rename Pacific/Enderbury to Pacific/Kanton. - Correct many pre-1993 transitions in Malawi, Portugal, etc. - zic now creates each output file or link atomically. - zic -L no longer omits the POSIX TZ string in its output. - zic fixes for truncation and leap second table expiration. - zic now follows POSIX for TZ strings using all-year DST. - Fix some localtime crashes and bugs in obscure cases. - zdump -v now outputs more-useful boundary cases. - tzfile.5 better matches a draft successor to RFC 8536.
30 lines
984 B
Diff
30 lines
984 B
Diff
From 2a7c7c5873ff0eb725e8eafad04f6af6ada66dc6 Mon Sep 17 00:00:00 2001
|
|
From: Paul Eggert <eggert@cs.ucla.edu>
|
|
Date: Sat, 25 Sep 2021 08:32:39 -0700
|
|
Subject: [PROPOSED] Fix Jan Mayen typo
|
|
|
|
Fix typo in 2021-09-24 revert of most of the 2021-05-19
|
|
alike-since-1970 patch. Problem reported by Chris Walton in:
|
|
https://mm.icann.org/pipermail/tz/2021-September/030772.html
|
|
* backward (Atlantic/Jan_Mayen): Link from Europe/Oslo,
|
|
not Europe/Berlin.
|
|
---
|
|
backward | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/backward b/backward
|
|
index 7c288e3..5412c46 100644
|
|
--- a/backward
|
|
+++ b/backward
|
|
@@ -116,7 +116,7 @@ Link Asia/Makassar Asia/Ujung_Pandang
|
|
Link Asia/Ulaanbaatar Asia/Ulan_Bator
|
|
Link Asia/Bangkok Asia/Vientiane
|
|
Link Atlantic/Faroe Atlantic/Faeroe
|
|
-Link Europe/Berlin Atlantic/Jan_Mayen
|
|
+Link Europe/Oslo Atlantic/Jan_Mayen
|
|
Link Africa/Abidjan Atlantic/St_Helena
|
|
Link Australia/Sydney Australia/ACT
|
|
Link Australia/Sydney Australia/Canberra
|
|
--
|
|
2.30.2
|