mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-21 10:28:44 -05:00
Solve synching bug in time class.
This commit is contained in:
+1
-1
@@ -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