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 3313f1b commit 8d5cbefCopy full SHA for 8d5cbef
rust/src/parsing.rs
@@ -27,7 +27,6 @@ pub struct ParsedDateTime {
27
pub second: u32,
28
pub microsecond: u32,
29
pub offset: Option<i32>,
30
- pub has_offset: bool,
31
pub tzname: Option<String>,
32
pub has_date: bool,
33
pub has_time: bool,
@@ -46,7 +45,6 @@ impl ParsedDateTime {
46
45
second: 0,
47
microsecond: 0,
48
offset: None,
49
- has_offset: false,
50
tzname: None,
51
has_date: false,
52
has_time: false,
0 commit comments