-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Version 2025.1 Upstream version 2025a released 2025-01-15T18:47:24+00:00 ## Briefly: Paraguay adopts permanent -03 starting spring 2024. Improve pre-1991 data for the Philippines. Etc/Unknown is now reserved. ## Changes to future timestamps Paraguay will stop changing its clocks after the spring-forward transition on 2024-10-06, so it is now permanently at -03. (Thanks to Heitor David Pinto and Even Scharning.) This affects timestamps starting 2025-03-22, as well as the obsolescent tm_isdst flags starting 2024-10-15. ## Changes to past timestamps Correct timestamps for the Philippines before 1900, and from 1937 through 1990. (Thanks to P Chan for the heads-up and citations.) This includes adjusting local mean time before 1899; fixing transitions in September 1899, January 1937, and June 1954; adding transitions in December 1941, November 1945, March and September 1977, and May and July 1990; and removing incorrect transitions in March and September 1978. ## Changes to data Add zone1970.tab lines for the Concordia and Eyre Bird Observatory research stations. (Thanks to Derick Rethans and Jule Dabars.) ## Changes to documentation The name Etc/Unknown is now reserved: it will not be used by TZDB. This is for compatibility with CLDR, which uses the string "Etc/Unknown" for an unknown or invalid timezone. (Thanks to Justin Grant, Mark Davis, and Guy Harris.) Cite Internet RFC 9636, which obsoletes RFC 8536 for TZif format.
- Loading branch information
1 parent
5bf324b
commit d0078ca
Showing
11 changed files
with
109 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2024.2 | ||
2025.1rc0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Version 2025.1 | ||
Upstream version 2025a released 2025-01-15T18:47:24+00:00 | ||
|
||
## Briefly: | ||
|
||
Paraguay adopts permanent -03 starting spring 2024. Improve pre-1991 data for | ||
the Philippines. Etc/Unknown is now reserved. | ||
|
||
## Changes to future timestamps | ||
|
||
Paraguay will stop changing its clocks after the spring-forward transition on | ||
2024-10-06, so it is now permanently at -03. (Thanks to Heitor David Pinto and | ||
Even Scharning.) This affects timestamps starting 2025-03-22, as well as the | ||
obsolescent tm_isdst flags starting 2024-10-15. | ||
|
||
## Changes to past timestamps | ||
|
||
Correct timestamps for the Philippines before 1900, and from 1937 through 1990. | ||
(Thanks to P Chan for the heads-up and citations.) This includes adjusting local | ||
mean time before 1899; fixing transitions in September 1899, January 1937, and | ||
June 1954; adding transitions in December 1941, November 1945, March and | ||
September 1977, and May and July 1990; and removing incorrect transitions in | ||
March and September 1978. | ||
|
||
## Changes to data | ||
|
||
Add zone1970.tab lines for the Concordia and Eyre Bird Observatory research | ||
stations. (Thanks to Derick Rethans and Jule Dabars.) | ||
|
||
## Changes to documentation | ||
|
||
The name Etc/Unknown is now reserved: it will not be used by TZDB. This is for | ||
compatibility with CLDR, which uses the string "Etc/Unknown" for an unknown or | ||
invalid timezone. (Thanks to Justin Grant, Mark Davis, and Guy Harris.) | ||
|
||
Cite Internet RFC 9636, which obsoletes RFC 8536 for TZif format. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# IANA versions like 2020a are not valid PEP 440 identifiers; the recommended | ||
# way to translate the version is to use YYYY.n where `n` is a 0-based index. | ||
__version__ = "2024.2" | ||
__version__ = "2025.1rc0" | ||
|
||
# This exposes the original IANA version number. | ||
IANA_VERSION = "2024b" | ||
IANA_VERSION = "2025a" |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters