dungle1811
Results
1
comments of
dungle1811
I've got the same problem when I passed in the timezone "UTC": `dayjs.tz("2023-12-06T07:43:14.674Z", "UTC").locale("en").format("LT")` returns **wrong value `12:43 AM`** `dayjs.tz("2023-12-06T07:43:14.674Z", "UTC").format("LT")` returns the **expected value `7:43 AM`**