-
|
How do you get the duration between two DateTimes? I'm looking at OffsetDateTime and UtcDateTime. I expect to be able to get the time between them like std's |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Unless I have somehow forgotten to implement this, you should be able to simply subtract them, even if one is an |
Beta Was this translation helpful? Give feedback.
Unless I have somehow forgotten to implement this, you should be able to simply subtract them, even if one is an
OffsetDateTimeand the other aUtcDateTime.