Fix strptime era handling, add more strftime tests [BZ #24394]
commite0e4c321c3145b6ac0e8f6e894f87790cf9437ce
authorDJ Delorie <dj@redhat.com>
Wed, 27 Mar 2019 21:44:51 +0000 (27 17:44 -0400)
committerDJ Delorie <dj@redhat.com>
Mon, 1 Apr 2019 18:19:16 +0000 (1 14:19 -0400)
tree097f4b5ebbd34f57a945f24e6182b96d104b3165
parent993e3107af67edefcfc79a62ae55f7b98aa5151e
Fix strptime era handling, add more strftime tests [BZ #24394]

Test the transition points between all the currently listed Japanese
era name changes. This includes testing the transition between the
first year date and the second year date. This test will help test
the upcoming Japanese era name change.

Also fixes a fencepost error where the era name isn't properly parsed
by strptime in the last (partial) year of the era.

Example: if an era change happens in Feb 1990, and again in Aug 1995,
that's 5.5 years long, but the 0.5 year wasn't accounted for.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
ChangeLog
time/Makefile
time/strptime_l.c
time/tst-strftime3.c [new file with mode: 0644]