We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fbe7a5 commit 3ed0780Copy full SHA for 3ed0780
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 68 (2024-07-04).
7
8
## [1.6.10] - 2024-01-31
9
### Changed
src/tai/tai.h
@@ -73,8 +73,8 @@ static Time tai__leapsecs[] = {
73
489024035000000,
74
536544036000000,
75
};
76
-static Time tai__last_valid = 789004837000000;
77
-static Time tai__next_update = 775785637000000;
+static Time tai__last_valid = 804643237000000;
+static Time tai__next_update = 791683237000000;
78
79
int tai_leapsecs_valid(Time t)
80
{
0 commit comments