dayjs parse ISO string without converting to local time
I’m attempting to use the dayjs lib to parse incoming ISO strings. I need the output to be in UTC time, not converted to my machine’s local timezone.
I’m attempting to use the dayjs lib to parse incoming ISO strings. I need the output to be in UTC time, not converted to my machine’s local timezone.