pub unsafe extern "C" fn ly_time_tz_offset_at(time: time_t) -> c_intExpand description
@brief Get UTC (GMT) timezone offset in seconds at a specific timestamp (including DST setting).
@param[in] time Timestamp to get the offset at. @return Timezone shift in seconds.