We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f96b3 commit 09a1382Copy full SHA for 09a1382
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 63 (2022-01-05).
7
8
## [1.6.4] - 2021-08-02
9
### Added
src/tai/tai.h
@@ -73,8 +73,8 @@ static Time tai__leapsecs[] = {
73
489024035000000,
74
536544036000000,
75
};
76
-static Time tai__last_valid = 709948837000000;
77
-static Time tai__next_update = 696988837000000;
+static Time tai__last_valid = 725846437000000;
+static Time tai__next_update = 712627237000000;
78
79
int tai_leapsecs_valid(Time t)
80
{
0 commit comments