mirror of
https://github.com/fmtlib/fmt.git
synced 2025-09-16 08:15:20 -04:00
parent
1b193e7b37
commit
fc1783fcc6
@ -1082,7 +1082,7 @@ template <typename OutputIt, typename Char> class tm_writer {
|
|||||||
}
|
}
|
||||||
template <typename T, FMT_ENABLE_IF(!has_member_data_tm_gmtoff<T>::value)>
|
template <typename T, FMT_ENABLE_IF(!has_member_data_tm_gmtoff<T>::value)>
|
||||||
void format_utc_offset_impl(const T& tm) {
|
void format_utc_offset_impl(const T& tm) {
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32) && defined(_UCRT)
|
||||||
# if FMT_USE_TZSET
|
# if FMT_USE_TZSET
|
||||||
tzset_once();
|
tzset_once();
|
||||||
# endif
|
# endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user