mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-07 04:49:00 -06:00
Solve synching bug in time class.
This commit is contained in:
@@ -158,7 +158,7 @@ std::string Time::currentTimeUTC() const {
|
||||
}
|
||||
|
||||
std::string Time::ISO8601() const {
|
||||
std::string datetime = SpiceManager::ref().dateFromEphemerisTime(_time);
|
||||
std::string datetime = SpiceManager::ref().dateFromEphemerisTime(_syncedTime);
|
||||
std::string month = datetime.substr(5, 3);
|
||||
|
||||
std::string MM = "";
|
||||
|
||||
Reference in New Issue
Block a user