Skip to content

Commit be44754

Browse files
committed
Updated leapsecond information according to Bulletin C 65 (2023-01-09).
1 parent c089ab0 commit be44754

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 65 (2023-01-09).
57
### Fixed
68
- Corrected all leapseconds before the year 2000.
79

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 = 741484837000000;
77-
static Time tai__next_update = 728524837000000;
76+
static Time tai__last_valid = 757382437000000;
77+
static Time tai__next_update = 744163237000000;
7878

7979
int tai_leapsecs_valid(Time t)
8080
{

0 commit comments

Comments
 (0)