Skip to content
Snippets Groups Projects
Commit 24cf474a authored by Austin Sanders's avatar Austin Sanders Committed by acpaquette
Browse files

Reverted change to UTC start time

parent 1c4c8fed
Branches
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ class GalileoSsiIsisLabelNaifSpiceDriver(Framer, IsisLabel, NaifSpice, RadialDis ...@@ -86,7 +86,7 @@ class GalileoSsiIsisLabelNaifSpiceDriver(Framer, IsisLabel, NaifSpice, RadialDis
: float : float
start time start time
""" """
return pyspiceql.utc2et(self.utc_start_time) return pyspiceql.utc2et(self.utc_start_time.strftime("%Y-%m-%d %H:%M:%S.%f"))
@property @property
def center_ephemeris_time(self): def center_ephemeris_time(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment