Module interop

Module interop 

Source
Expand description

Comparison, arithmetic, and conversion between various types in time and the standard library.

Currently, full interoperability is present between OffsetDateTime, UtcDateTime, and SystemTime. Partial interoperability is present with [js_sys::Date]. Note that PrimitiveDateTime is not interoperable with any of these types due to the lack of an associated UTC offset.

Modulesยง

offsetdatetime_systemtime ๐Ÿ”’ std
offsetdatetime_utcdatetime ๐Ÿ”’
utcdatetime_systemtime ๐Ÿ”’ std