Constant durations::HOUR[][src]

pub const HOUR: Duration = <Duration>::from_secs(3600)

1 hour (60*60 = 3 600 seconds).

Note that it's different from UTC hour, which can be 3559-3661 seconds long.