Searched refs:localtime_or_gmtime_r (Results 1 - 3 of 3) sorted by relevance

/systemd/src/basic/
H A Dtime-util.h123 struct tm *localtime_or_gmtime_r(const time_t *t, struct tm *tm, bool utc);
H A Dtime-util.c203 localtime_or_gmtime_r(&sec, &tm, utc);
540 assert_se(localtime_or_gmtime_r(&x, &tm, utc));
1100 struct tm *localtime_or_gmtime_r(const time_t *t, struct tm *tm, bool utc) { function
H A Dcalendarspec.c1074 assert_se(localtime_or_gmtime_r(&t, &tm, spec->utc));

Completed in 20 milliseconds