From 99929166475f719dc8e445fe0061ff96bac6acec Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 20 Mar 2022 20:43:43 -0400 Subject: datetime: Add formats with "." --- (limited to 'tests') diff --git a/tests/formats.exp b/tests/formats.exp index 8286264..2a8d5c6 100644 --- a/tests/formats.exp +++ b/tests/formats.exp @@ -3,6 +3,10 @@ Time formats: * 03:04:05 * 03:04 AM * 03:04 + * 03.04.05 AM + * 03.04.05 + * 03.04 AM + * 03.04 * 030405 AM * 030405 * 0304 AM @@ -11,10 +15,13 @@ Date formats: * Fri * 1970-01-02 * 1970/01/02 + * 1970.01.02 * 01-02-1970 * 01-02 * 01/02/1970 * 01/02 + * 01.02.1970 + * 01.02 * 2 Jan 1970 * 2 Jan * 02-Jan-1970 -- cgit v0.9.1