Searched refs:get_gmt_offset (Results 1 – 1 of 1) sorted by relevance
39 int64_t get_gmt_offset(const tm& localtm) { in get_gmt_offset() function78 return static_cast<double>(get_gmt_offset(*loc) * msPerSecond - in LocalTimeOffset()