Skip to content

Commit 3ed0780

Browse files
committed
Updated leapsecond information according to Bulletin C 68.
1 parent 6fbe7a5 commit 3ed0780

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
5+
### Changed
6+
- Updated leapsecond information according to Bulletin C 68 (2024-07-04).
57

68
## [1.6.10] - 2024-01-31
79
### Changed

src/tai/tai.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ static Time tai__leapsecs[] = {
7373
489024035000000,
7474
536544036000000,
7575
};
76-
static Time tai__last_valid = 789004837000000;
77-
static Time tai__next_update = 775785637000000;
76+
static Time tai__last_valid = 804643237000000;
77+
static Time tai__next_update = 791683237000000;
7878

7979
int tai_leapsecs_valid(Time t)
8080
{

0 commit comments

Comments
 (0)