Javascript – Why does moment.startOf go back 1 hour?
Edit: My local timezone is UTC+1 I have this date string: 2024-07-01T00:00:00.000Z. This date string has a 'Z' at the end which denotes that it is in UTC (If I understand correctly). When I run moment('2024-07-01T00:00:00.000Z').toISOString() -> '2024-07-01T00:00:00.000Z' // returns…