Docs.rs
time-tz-0.1.0
time-tz 0.1.0
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
Yuri6037
Dependencies
phf ^0.10.1
normal
time ^0.3.7
normal
parse-zoneinfo ^0.3
build
phf_codegen ^0.10.0
build
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
TimeZone
Required Methods
get_offset_utc
Implementors
In time_tz
?
Trait
time_tz
::
TimeZone
source
·
[
−
]
pub trait TimeZone { fn
get_offset_utc
(&self, date_time: &
OffsetDateTime
) ->
UtcOffset
; }
Required methods
source
fn
get_offset_utc
(&self, date_time: &
OffsetDateTime
) ->
UtcOffset
Implementors
source
impl
TimeZone
for
Tz