platform_bionic/libc/tzcode
Elliott Hughes a1fb15bb67 strptime: support everything that strftime supports.
Our strptime was missing `%F`, `%G`, `%g`, `%P`, `%u`, `%V`, and
`%v`. Most of these are already supported upstream (and I've just pulled
their current implementation), but some aren't. We're horribly out of
sync anyway, so I'll upstream the missing pieces and then try to get us
back in sync later.

Test: new tests, but originally found by toybox trying to use %F
Change-Id: Ib1a10801a7a3b9c9189440c3b300109bde535fd9
2019-03-26 19:07:40 -07:00
..
asctime.c Sync with upstream tzcode (2015g). 2015-10-09 15:15:39 -07:00
bionic.cpp Use the ANDROID_TZDATA_ROOT environment variable 2019-03-13 15:22:47 +00:00
difftime.c Sync with upstream tzcode (2015g). 2015-10-09 15:15:39 -07:00
localtime.c Move localtime.c over to CachedProperty. 2017-04-11 14:44:51 -07:00
private.h Upgrade to tzcode-2016f. 2016-07-29 14:04:17 -07:00
strftime.c Fix some easy cases of __ANDROID__ versus __BIONIC__. 2016-09-16 18:27:07 -07:00
strptime.c strptime: support everything that strftime supports. 2019-03-26 19:07:40 -07:00
tzfile.h Sync with upstream tzcode (2015g). 2015-10-09 15:15:39 -07:00