Skip to content
Snippets Groups Projects
Verified Commit 60fbed06 authored by zeertzjq's avatar zeertzjq Committed by James McCoy
Browse files

vim-patch:9.1.0776: test_strftime may fail because of missing TZ data (#30780)

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

https://github.com/vim/vim/commit/ea997edc7aaa5bc1d645b57b6700e0b30c07acbd



Co-authored-by: default avatarJames McCoy <jamessan@jamessan.com>
(cherry picked from commit b0ddc1783ad7bce8788c08341a90640d8fb557cb)

Closes: #1084888
parent e17c2562
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment