Searched defs:TS_FMT (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dtest-time-util.c312 #define TS_FMT "%G:%H:%M:%S" macro
318 test_timestamp(t_strftime(TS_FMT, gmtime(&now)), 0);
319 test_timestamp(t_strfgmtime(TS_FMT, now), 1);
320 test_timestamp(t_strflocaltime(TS_FMT, now), 2);

Completed in 1164 milliseconds