mirror of
https://github.com/neovim/neovim.git
synced 2026-03-04 08:07:13 +00:00
Problem: test_strftime may fail because of missing TZ data
Solution: Use GMT offsets to validate timezone differences (James McCoy)
Some systems only provide timezones that follow the geographical region
naming (e.g. America/New_York) by default and require an additional
install for other names (like EST).
The GMT+<offset> format must always be honored, so use that to generate
distinct data for the test.
closes: vim/vim#15848
ea997edc7a
Co-authored-by: James McCoy <jamessan@jamessan.com>