Skip to content

Commit 09a1382

Browse files
committed
Updated leapsecond information according to Bulletin C 63 (2022-01-05).
1 parent f4f96b3 commit 09a1382

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 63 (2022-01-05).
57

68
## [1.6.4] - 2021-08-02
79
### Added

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 = 709948837000000;
77-
static Time tai__next_update = 696988837000000;
76+
static Time tai__last_valid = 725846437000000;
77+
static Time tai__next_update = 712627237000000;
7878

7979
int tai_leapsecs_valid(Time t)
8080
{

0 commit comments

Comments
 (0)