// Copyright (C) 2020 - 2022, J2 Innovations
//! Haystack timezone support, with fallback to UTC.
//!
//! This module can be configured to work with the full [IANA](https://www.iana.org/time-zones) database
//! provided by [chrono_tz](https://crates.io/crates/chrono-tz), or by just using a fixed offset datetime
//! by toggling the `timezone` feature.
pub use *;
pub use *;
pub