summaryrefslogtreecommitdiff
path: root/Test/V09datetime.ztst
AgeCommit message (Collapse)AuthorFilesLines
2020-10-2547494, 47495: Add -n option to strftimeMikael Magnusson1-0/+4
2018-12-2943953: Fix rounding/truncation error in %. time-format specifierdana1-0/+16
Also fixes an issue where %. couldn't be used more than once in a format string without strange results Tweaked very slightly per workers/43954
2018-12-2443935: Reject too-large nanosecond values given to strftimedana1-1/+4
... and, in so doing, fix an error in the tests on 32-bit machines. The value for the new too-large test is changed slightly from the patch posted to the ML to make it test for the right thing on 32-bit machines as well.
2018-11-1343800: Add nanosecond support to strftime built-indana1-0/+29
2017-03-1240820: add a few tests of strftime, related to 40681Jun-ichi Takimoto1-2/+12
2015-12-0737344: restore old printable quoting, add ${(q+)...}.Peter Stephenson1-1/+1
The \C- form is only used inside quotedzputs(). ${(q+)...} outputs a quotedzputs() representation.
2015-12-0737335: fix tests after 34314Peter Stephenson1-2/+2
2015-11-2137181: consistent use of zmodload and corresponding ZTST_unimplemented or ↵Barton E. Schaefer1-11/+11
ZTST_skip
2015-08-28users/20466 plus comment: change test for skipping strftime extensions.Peter Stephenson1-1/+4
This test is known to fail on Solaris, but seems to work in other common implementations. Hence there seems no point in having the release fall over on this test. Needs further investigation later.
2015-08-1936241: Test for ztrftime fix, 36227 / f8164fb6.Peter Stephenson1-0/+4
Check that embedded null characters get passed correctly through the strftime module builtin.
2015-07-1035761: Make sure to skip alternate format extension test properlyMikael Magnusson1-8/+5
2015-07-1035760: Add ZTST_skip to test systemPeter Stephenson1-25/+31
2015-07-09unposted: Make V09 set a known timezoneMikael Magnusson1-3/+4
2015-07-0935745: ztrftime: Pass everything unhandled to the system strftime()Mikael Magnusson1-0/+63