We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21fc8d commit 45915f3Copy full SHA for 45915f3
rust/src/parsing.rs
@@ -27,6 +27,7 @@ pub struct ParsedDateTime {
27
pub second: u32,
28
pub microsecond: u32,
29
pub offset: Option<i32>,
30
+ #[allow(dead_code)]
31
pub has_offset: bool,
32
pub tzname: Option<String>,
33
pub has_date: bool,
0 commit comments