Constant durations::WEEK[][src]

pub const WEEK: Duration = <Duration>::from_secs(604800)

1 week (7*24*60*60 = 604 800 seconds).

Note that it's different from UTC week, length of which can vary due to the existence of leap seconds and Daylight Save Time.