mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
Fixes #1882 Implements dynamic timezone abbreviation resolution with minimal hardcoding: - Dynamically discovers 588+ IANA timezones and their abbreviations - Only 11 hardcoded disambiguations for truly ambiguous cases (CST, EST, IST, etc.) - US timezone preferences for GNU compatibility - Comprehensive test coverage including Australian, Asian, European, and US timezones All date --set formats now work correctly. |
||
|---|---|---|
| .. | ||
| benches/factor | ||
| by-util | ||
| fixtures | ||
| uutests | ||
| test_localization_and_colors.rs | ||
| test_util_name.rs | ||
| tests.rs | ||