We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c089ab0 commit be44754Copy full SHA for be44754
CHANGELOG.md
@@ -2,6 +2,8 @@
2
All notable changes to this project will be documented in this file.
3
4
## [Unreleased]
5
+### Changed
6
+- Updated leapsecond information according to Bulletin C 65 (2023-01-09).
7
### Fixed
8
- Corrected all leapseconds before the year 2000.
9
src/tai/tai.h
@@ -73,8 +73,8 @@ static Time tai__leapsecs[] = {
73
489024035000000,
74
536544036000000,
75
};
76
-static Time tai__last_valid = 741484837000000;
77
-static Time tai__next_update = 728524837000000;
+static Time tai__last_valid = 757382437000000;
+static Time tai__next_update = 744163237000000;
78
79
int tai_leapsecs_valid(Time t)
80
{
0 commit comments