Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
60704: timeutil: sort timezones r=otan a=mneverov Previously, timezones in the generated file were not sorted. That led to the file being changed greatly when Go version was updated, or even within the same Go version when /usr/local/go/lib/time/zoneinfo.zip was regenerated from different time zone releases: https://data.iana.org/time-zones/releases This patch sorts timezones before writing them down so the changes in the file are minimal and only reflect the actual change in the timezones. Release note: None Co-authored-by: Max Neverov <neverov.max@gmail.com>
- Loading branch information