added new simple snippet "time.c"

This commit is contained in:
Daniel Kahn Gillmor
2021-03-01 21:47:18 -05:00
parent 986e6e1cdc
commit 253774c8d8
2 changed files with 3 additions and 0 deletions

2
test/snippets/time.c Normal file
View File

@@ -0,0 +1,2 @@
time_t t = time(NULL);
printf("[%s] time() yielded %zd\n", where, t);

View File

@@ -0,0 +1 @@
FAKETIME 2020-02-02 02:02:02+00:00