-
Currently, instructions for correcting leap seconds include two slightly complicated calls to msmod.
For example, for a positive leap second on 2016-12-31T23:59:60, the calls are :
```
msmod --ti…
-
### Description
```python
t0 = Time('1978-12-31T23:59:59', format='isot', scale='utc')
t0.to_value('unix')
```
returns 283996798.0000231 instead of 283996799
in general it seems that all unix…
-
**Link:** https://wg21.link/lwg3359
cjdb updated
2 months ago
-
If I try to do a round-trip conversion from UTC seconds to an `Epoch` and back, I expect it to be perfect at every point except in the case of a deleted leap second (where the skipped UTC second count…
-
**Bug description**
* OS: Linux
* OS Version: Ubuntu 22.04
* Architecture: amd64
**Steps to reproduce**
- Open a file with leap seconds: https://ftp.iana.org/tz/code/leapseconds
- Take ran…
-
check the leap second for time ComputeDate()
-
Seems that MSF does not provide a leap second advance warning. This will make leap second handling somewhat more tricky compared to DCF77. On the other hand the decoder can recover from this. So this …
-
Receive leap second data from GPS and advertise it to NTP clients.
-
Stephan Bracke identified a problem with leap second in the format. After discussion, it was identified that the problem is with the leap second table text file and requires an update to the NASA CDF…
-
I cannot get a fix for GPS Sats over NTRIP- but I can get GLONASS streams. I suspect that this may be an issue with the July 2015 leap second, since the problem matches a similar issue addressed in th…