How to initialize a JavaScript Date to a particular time zone
Re-Parsing new Date(new Date().toLocaleString(''en'', {timeZone: ''America/New_York''})) The above approach correctly uses the Intl API to create a string in a specific time zone, but then it