mentat/chrono/offset/sidebar-items.js
2018-08-22 17:04:13 +00:00

1 line
No EOL
561 B
JavaScript

initSidebarItems({"enum":[["LocalResult","The conversion result from the local time to the timezone-aware datetime types."]],"struct":[["FixedOffset","The time zone with fixed offset, from UTC-23:59:59 to UTC+23:59:59."],["Local","The local timescale. This is implemented via the standard `time` crate."],["Utc","The UTC time zone. This is the most efficient time zone when you don't need the local time. It is also used as an offset (which is also a dummy type)."]],"trait":[["Offset","The offset from the local time to UTC."],["TimeZone","The time zone."]]});