Lines Matching refs:_timezone
1258 m_tz.tzHour = (int8_t)(_timezone / 3600 * -1);1259 m_tz.tzMinute = (int8_t)((FXSYS_abs(_timezone) % 3600) / 60);