Searched refs:xstrftime (Results 1 - 2 of 2) sorted by relevance

/systemd/src/timedate/
H A Dtimedatectl.c113 xstrftime(a, "%a %Y-%m-%d %H:%M:%S %Z", localtime_r(&sec, &tm));
116 xstrftime(a, "%a %Y-%m-%d %H:%M:%S UTC", gmtime_r(&sec, &tm));
127 xstrftime(a, "%a %Y-%m-%d %H:%M:%S", gmtime_r(&rtc_sec, &tm));
133 xstrftime(a, "%Z, %z", localtime_r(&sec, &tm));
/systemd/src/basic/
H A Dtime-util.h116 #define xstrftime(buf, fmt, tm) \ macro
118 "xstrftime: " #buf "[] must be big enough")

Completed in 788 milliseconds