You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The various to string routines (inc to_sec_nsec and to_sec_frac) use self.sign * self.sec for returning the second component when self.sec is 0, this will always return 0. Any timestamp/timeoffset between -0:MAX_NANOSEC and -0:1 will return their absolute equivalent.
The text was updated successfully, but these errors were encountered:
The various to string routines (inc to_sec_nsec and to_sec_frac) use
self.sign * self.sec
for returning the second component whenself.sec
is 0, this will always return 0. Any timestamp/timeoffset between -0:MAX_NANOSEC and -0:1 will return their absolute equivalent.The text was updated successfully, but these errors were encountered: