Searched refs:tzminute (Results 1 – 1 of 1) sorted by relevance
18 int _gAfxGetTimeZoneInSeconds(FX_CHAR tzhour, uint8_t tzminute) { in _gAfxGetTimeZoneInSeconds() argument19 return (int)tzhour * 3600 + (int)tzminute * (tzhour >= 0 ? 60 : -60); in _gAfxGetTimeZoneInSeconds()