Searched refs:timezone_hour (Results 1 – 1 of 1) sorted by relevance
151 int timezone_hour = std::abs(timezone_offset) / 60; in ToDateString() local162 (timezone_offset < 0) ? '-' : '+', timezone_hour, timezone_min, in ToDateString()169 min, sec, (timezone_offset < 0) ? '-' : '+', timezone_hour, in ToDateString()