-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
coreutils/src/uu/date/src/date.rs
Lines 692 to 697 in 0589d2c
| static TZ_ABBREV_CACHE: OnceLock<HashMap<String, String>> = OnceLock::new(); | |
| /// Build timezone abbreviation lookup map from IANA database. | |
| /// Uses preferred mappings for disambiguation, then searches all timezones. | |
| fn build_tz_abbrev_map() -> HashMap<String, String> { | |
| let mut map = HashMap::new(); |
I'm not 100% sure. But can we determine them at compile time? @xtqqczze
Reactions are currently unavailable