Docs.rs
time-tz-0.4.2
time-tz 0.4.2
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
Yuri6037
Dependencies
cfg-if ^1.0.0
normal
phf ^0.10.1
normal
time ^0.3.7
normal
parse-zoneinfo ^0.3
build
phf_codegen ^0.10.0
build
serde ^1.0.136
build
serde-xml-rs ^0.5.1
build
windows-sys ^0.32.0
normal
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
☰
Offset
Required Methods
name
to_utc
Implementors
In time_tz
?
Trait
time_tz
::
Offset
source
·
[
−
]
pub trait Offset { fn
to_utc
(&self) ->
UtcOffset
;
fn
name
(&self) -> &
str
; }
Required methods
source
fn
to_utc
(&self) ->
UtcOffset
source
fn
name
(&self) -> &
str
Implementors