Searched refs:timestampBuf (Results 1 – 1 of 1) sorted by relevance
117 char timestampBuf[80] = {0}; in get_formatted_timestamp_tz() local128 size_t len = strftime(timestampBuf, sizeof(timestampBuf), fmt, &t); in get_formatted_timestamp_tz()133 size_t timestamp_tz_len = sprintf(timestampTzBuf, "%s %s", timestampBuf, timeZoneBuffer); in get_formatted_timestamp_tz()
Completed in 5 milliseconds