usechrono_tz::Tz;usecrate::{BadiDateLike, Coordinates};/// Provides localization attributes for [`LocalBadiDate`][`crate::LocalBadiDate`]
pubtraitLocalBadiDateLike: BadiDateLike {/// The time zone used for conversion to/from Gregorian dates/times
fntimezone(&self)-> Tz;/// The WGS84 GPS coordinates from which sunset is calculated
/// These MUST match the time zone or sunset times will be wrong!
fncoordinates(&self)->Option<Coordinates>;}