commit | ea1233fccf4f52f2b4eaab3788a087878d1336fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 16:54:13 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 16:54:13 2020 +0200 |
tree | 30b56ad601bce89464f113e07fbe7d6e40d403a2 | |
parent | d281b7c227bc4c78813fdc297ccee4b2cad7e605 [diff] [blame] |
patch 8.2.0949: strptime() does not use DST Problem: Strptime() does not use DST. Solution: Set the tm_isdst field to -1. (Tomáš Janoušek, closes #6230)
diff --git a/src/version.c b/src/version.c index 20d5081..52d655c 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 949, +/**/ 948, /**/ 947,