about summary refs log tree commit diff
path: root/Test/V09datetime.ztst
Commit message (Collapse)AuthorAgeFilesLines
* 47494, 47495: Add -n option to strftimeMikael Magnusson2020-10-251-0/+4
|
* 43953: Fix rounding/truncation error in %. time-format specifierdana2018-12-291-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
* 43935: Reject too-large nanosecond values given to strftimedana2018-12-241-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.
* 43800: Add nanosecond support to strftime built-indana2018-11-131-0/+29
|
* 40820: add a few tests of strftime, related to 40681Jun-ichi Takimoto2017-03-121-2/+12
|
* 37344: restore old printable quoting, add ${(q+)...}.Peter Stephenson2015-12-071-1/+1
| | | | | | The \C- form is only used inside quotedzputs(). ${(q+)...} outputs a quotedzputs() representation.
* 37335: fix tests after 34314Peter Stephenson2015-12-071-2/+2
|
* 37181: consistent use of zmodload and corresponding ZTST_unimplemented or ↵Barton E. Schaefer2015-11-211-11/+11
| | | | ZTST_skip
* users/20466 plus comment: change test for skipping strftime extensions.Peter Stephenson2015-08-281-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.
* 36241: Test for ztrftime fix, 36227 / f8164fb6.Peter Stephenson2015-08-191-0/+4
| | | | | Check that embedded null characters get passed correctly through the strftime module builtin.
* 35761: Make sure to skip alternate format extension test properlyMikael Magnusson2015-07-101-8/+5
|
* 35760: Add ZTST_skip to test systemPeter Stephenson2015-07-101-25/+31
|
* unposted: Make V09 set a known timezoneMikael Magnusson2015-07-091-3/+4
|
* 35745: ztrftime: Pass everything unhandled to the system strftime()Mikael Magnusson2015-07-091-0/+63