You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: uses of ucal_getHostTimeZone on systems that don't have it (#36)
The compile-time Windows version check is not a reliable way of checking
whether the system has the `ucal_getHostTimeZone` function in its
icu.dll. That function is only available since ICU 65, which only ships
on Windows 11 and newer. Supporting that is not worth the hassle, so we
keep the "manual" version (for now).
0 commit comments