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
future => Fri, 9 Jun 2023 00:00:00 UTC
now => Thu, 8 Jun 2023 00:25:30 UTC
delta => datetime.Datetime.Delta{ .years = 0, .days = 1, .seconds = -1530, .nanoseconds = 0, .relative_to = null }
In the output, I noticed that the delta has a days value of 1 and a negative seconds value of -1530. To make it more convenient for comparing delta.days > 1, Would it be possible to changing the delta to have days = 0 and seconds = 84870?
The text was updated successfully, but these errors were encountered:
code example:
Output:
In the output, I noticed that the
delta
has a days value of 1 and a negative seconds value of -1530. To make it more convenient for comparingdelta.days > 1
, Would it be possible to changing the delta to have days = 0 and seconds = 84870?The text was updated successfully, but these errors were encountered: