Right now it is displayed in the local time zone but one needs to input it in UTC (https://codecheck.io/newAssignment, https://codecheck.io/private/editAssignment/id/key) ``` new Date().getTimezoneOffset() Intl.DateTimeFormat().resolvedOptions().timeZone ``` Show both local time and UTC?
Right now it is displayed in the local time zone but one needs to input it in UTC (https://codecheck.io/newAssignment, https://codecheck.io/private/editAssignment/id/key)
Show both local time and UTC?