Javascript – When did Chrome started to support timezone offset for Intl.DateTimeFormat()
On my Chromium 121 the following Intl.DateTimeFormat works fine: new Intl.DateTimeFormat('en', { dateStyle: 'long', timeStyle: 'long', timeZone: '+0500', }).format(new Date()); > 'February 18, 2024 at 3:42:40 AM GMT+5' The same on a Chrome Headless 114.0.5673.0 fails with Invalid time zone…