Feature #653
Add leap second handling to GTime class.
Status: | Closed | Start date: | 12/17/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | Knödlseder Jürgen | % Done: | 100% | |
Category: | - | |||
Target version: | 00-09-00 | |||
Duration: |
Description
So far, conversion between TT and UTC is not managed by GTime
. Also, no routines exist to print the time in string format. Both features should be added.
- Hardwired?
- Provided in a file?
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen about 10 years ago
- File XTime.h added
- File XTime.cc added
- File UTC, GPS, TAI, and Unix-C times..pdf added
- Status changed from New to In Progress
- Assigned To set to Knödlseder Jürgen
Attached some files that describe the problematic and that give some code examples. I will try to adapt XTime.cc in the GTime
class.
#2 Updated by Knödlseder Jürgen about 10 years ago
- Status changed from In Progress to Closed
- Target version set to 00-09-00
- % Done changed from 0 to 100
Implement GTime::utc() methods to set and retrieve the time as a string in the UTC time system.
Leap seconds are hard-wired and need a regular update of the code.