From d03c58ef1cc8aa932b4f652dea14f762716bc02a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 11 Mar 2017 11:18:05 -0500 Subject: Implement -printf %Ak, %Ck, and %Tk --- tests/test_printf_times.out | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/test_printf_times.out (limited to 'tests') diff --git a/tests/test_printf_times.out b/tests/test_printf_times.out new file mode 100644 index 0000000..ddaef7d --- /dev/null +++ b/tests/test_printf_times.out @@ -0,0 +1,3 @@ +times/a | Sat Dec 14 05:00:00.0000000000 1991 1991-12-14 05:05:00.0000000000 692686800.0000000000 | Sat Dec 14 05:00:00.0000000000 1991 1991-12-14 05:05:00.0000000000 692686800.0000000000 +times/b | Sat Dec 14 05:01:00.0000000000 1991 1991-12-14 05:05:00.0000000000 692686860.0000000000 | Sat Dec 14 05:01:00.0000000000 1991 1991-12-14 05:05:00.0000000000 692686860.0000000000 +times/c | Sat Dec 14 05:02:00.0000000000 1991 1991-12-14 05:05:00.0000000000 692686920.0000000000 | Sat Dec 14 05:02:00.0000000000 1991 1991-12-14 05:05:00.0000000000 692686920.0000000000 -- cgit v1.2.3