Skip to content

Commit

Permalink
export TzOffset
Browse files Browse the repository at this point in the history
  • Loading branch information
mjdwitt authored and pitdicker committed Apr 5, 2024
1 parent 6987cd6 commit c28fd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrono-tz/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ mod timezone_impl;
mod timezones;

pub use crate::directory::*;
pub use crate::timezone_impl::{OffsetComponents, OffsetName};
pub use crate::timezone_impl::{OffsetComponents, OffsetName, TzOffset};
pub use crate::timezones::ParseError;
pub use crate::timezones::Tz;
pub use crate::timezones::TZ_VARIANTS;
Expand Down

0 comments on commit c28fd9c

Please sign in to comment.