Commit 24cf474a authored by Austin Sanders's avatar Austin Sanders Committed by acpaquette
Browse files

Reverted change to UTC start time

parent 1c4c8fed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ class GalileoSsiIsisLabelNaifSpiceDriver(Framer, IsisLabel, NaifSpice, RadialDis
        : float
          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
    def center_ephemeris_time(self):