Change #282198
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Sat 19 Sep 2026 10:29:04 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | f1956d23051657ebdc98e712f19e49eebdf506de |
Comments
parsedate: time zone strings The single and two letter names are not used for lookup anymore so drop them. The three and four letter versions are now stored as uint32 to use less memory and get found slightly faster. Closes #23000
Changed files
- lib/parsedate.c