Struct chrono::offset::local::Local
[−]
[src]
pub struct Local;
The local timescale. This is implemented via the standard time
crate.
Methods
impl Local
fn today() -> Date<Local>
Returns a Date
which corresponds to the current date.
fn now() -> DateTime<Local>
Returns a DateTime
which corresponds to the current date.