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

/systemd/src/test/
H A Dtest-calendarspec.c53 static void test_next(const char *input, const char *new_tz, usec_t after, usec_t expect) { function
128 test_next("2016-03-27 03:17:00", "", 12345, 1459048620000000);
129 test_next("2016-03-27 03:17:00", "CET", 12345, 1459041420000000);
130 test_next("2016-03-27 03:17:00", "EET", 12345, -1);
131 test_next("2016-03-27 03:17:00 UTC", NULL, 12345, 1459048620000000);
132 test_next("2016-03-27 03:17:00 UTC", "", 12345, 1459048620000000);
133 test_next("2016-03-27 03:17:00 UTC", "CET", 12345, 1459048620000000);
134 test_next("2016-03-27 03:17:00 UTC", "EET", 12345, 1459048620000000);
135 test_next("2016-03-27 03:17:00.420000001 UTC", "EET", 12345, 1459048620420000);
136 test_next("201
[all...]

Completed in 23 milliseconds