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
Intl.DateTimeFormat("en-US",{timeZone: "Pacific/Honolulu",timeZoneName: "short"}).formatToParts(newDate()).find(p=>p.type==="timeZoneName").value// ✅ HSTIntl.DateTimeFormat("en-GB",{timeZone: "Pacific/Honolulu",timeZoneName: "short"}).formatToParts(newDate()).find(p=>p.type==="timeZoneName").value// ✅ GMT-10 (I would have hoped for HST but at least this matches a browser)
Using v3.2.0 in React Native project (only tested with iOS).
Tried 2 different timezone in 2 different locales;
Europe/Berlin
,enGB
works fine butenUS
doesn't.Pacific/Honolulu
,enUS
works fine butenGB
doesn't.The text was updated successfully, but these errors were encountered: