mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 22:53:43 +00:00
[traffxml] Use std::chrono:utc_clock for IsoTime, improve parsing
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -77,9 +77,9 @@ public:
|
||||
private:
|
||||
friend std::string DebugPrint(IsoTime time);
|
||||
|
||||
IsoTime(std::chrono::time_point<std::chrono::system_clock> tp);
|
||||
IsoTime(std::chrono::time_point<std::chrono::utc_clock> tp);
|
||||
|
||||
std::chrono::time_point<std::chrono::system_clock> m_tp;
|
||||
std::chrono::time_point<std::chrono::utc_clock> m_tp;
|
||||
};
|
||||
|
||||
// TODO enum urgency
|
||||
|
||||
Reference in New Issue
Block a user