Add checks for wday, yday and new date formats
commit9555be54ef94e5d017ce4235e4f7c4e16662e17e
authorMartin Coufal <mcoufal@redhat.com>
Mon, 19 Jun 2023 14:05:21 +0000 (19 16:05 +0200)
committerArjun Shankar <arjun@redhat.com>
Fri, 30 Jun 2023 09:25:39 +0000 (30 11:25 +0200)
tree1d5be387a8d4ee2ebcfbffae374e2e1f08a1edf3
parent4a9392ffc27ad280f84779eea3ba01f2c134d1d8
Add checks for wday, yday and new date formats

tm time struct contains tm_wday and tm_yday that were previously not
checked in this test.  Also added new test cases for date formats
containing %D, %R or %h.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
time/tst-getdate.c