Searched refs:west_opt (Results 1 – 1 of 1) sorted by relevance
73 FixedOffset::west_opt(secs).expect("FixedOffset::west out of bounds") in west()80 pub fn west_opt(secs: i32) -> Option<FixedOffset> { in west_opt() method