Method lrs::time::Zone::expand

Expands a time since the epoch to a DateTime in the given time zone.

Syntax

impl Zone {
    fn expand(&self, time: Time) -> DateTime
}

Arguments

NameDescription
time

The time to expand.