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 0412505 commit dbad4feCopy full SHA for dbad4fe
src/tzdb.rs
@@ -189,8 +189,7 @@ impl Tzif {
189
"No POSIX tz string to resolve with.",
190
))?,
191
epoch_seconds.0,
192
- )
193
- .into();
+ );
194
}
195
Ok(get_local_record(db, idx - 1).into())
196
@@ -430,7 +429,7 @@ fn cmp_seconds_to_transitions(
430
429
} else {
431
*start <= day_in_year && day_in_year < *end
432
};
433
- (is_transition, is_dst)
+ (is_transition, is_dst)
434
435
// NOTE: The assumption here is that mismatched day types on
436
// a POSIX string is an illformed string.
0 commit comments