Home
last modified time | relevance | path

Searched refs:time_zone_str (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A Dposix_utilities.c20 char time_zone_str[32]; in getLocalTimestamp() local
26 strftime(time_zone_str, sizeof(time_zone_str), "%z", &local_time); in getLocalTimestamp()
27 …printf(buffer, buffer_len, "%s.%06lu%s", date_time_str, (unsigned long)now.tv_usec, time_zone_str); in getLocalTimestamp()