From 5ba6e0949cef1a5b947dd59665bad1ca5066619d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 25 Mar 2014 04:08:16 +0100 Subject: time: support @ syntax for denoting times since the UNIX epoch 1970-1-1 --- src/test/test-date.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/test-date.c') diff --git a/src/test/test-date.c b/src/test/test-date.c index 40ffc17b2f..0586b78b6d 100644 --- a/src/test/test-date.c +++ b/src/test/test-date.c @@ -56,6 +56,7 @@ int main(int argc, char *argv[]) { test_one("+2d"); test_one("+2y 4d"); test_one("5months ago"); + test_one("@1395716396"); return 0; } -- cgit v1.2.3-54-g00ecf