Searched refs:tz_min (Results 1 – 2 of 2) sorted by relevance
58 long tz_min; in po_strftime() local62 tz_min = difftm (&local_time, gmtime (tp)) / 60; in po_strftime()63 if (tz_min < 0) in po_strftime()65 tz_min = -tz_min; in po_strftime()74 tz_sign, tz_min / 60, tz_min % 60); in po_strftime()
168 int tz_min, dst = tm->tm_isdst; in ff_hls_write_file_entry() local172 tz_min = (FFABS(wrongsecs - tt) + 30) / 60; in ff_hls_write_file_entry()176 tz_min / 60, in ff_hls_write_file_entry()177 tz_min % 60); in ff_hls_write_file_entry()