]> granicus.if.org Git - curl/commit
parsedate: support UT timezone
authorNikos Tsipinakis <nikos@tsipinakis.com>
Mon, 19 Mar 2018 13:42:36 +0000 (15:42 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 19 Mar 2018 18:22:42 +0000 (19:22 +0100)
commitea233e5b4b3a3a3ca1d2d92c7d686c3a7341eaee
tree09ad4b99d5e9cb850f4cdef8dba32f6a4db49dc9
parentbb790ca3a5872ba53be1e9c719510260baac7f45
parsedate: support UT timezone

RFC822 section 5.2 mentions Universal Time, 'UT', to be synonymous with
GMT.

Closes #2401
lib/parsedate.c
tests/libtest/lib517.c