Searched refs:now_secs (Results 1 – 2 of 2) sorted by relevance
252 time_t now_secs; in peak_write_chunk() local267 now_secs = now0 / 1000000; in peak_write_chunk()268 …if (strftime(timestamp, sizeof(timestamp), "%Y:%m:%d:%H:%M:%S:", localtime_r(&now_secs, &tmpbuf)))… in peak_write_chunk()
2267 time_t now_secs; in g_log_writer_format_fields() local2314 now_secs = (time_t) (now / 1000000); in g_log_writer_format_fields()2315 now_tm = localtime (&now_secs); in g_log_writer_format_fields()