Gabriel Hoppe
Results
1
comments of
Gabriel Hoppe
> Seen on StackOverflow also. https://stackoverflow.com/questions/78662534/dayjs-wrong-timezone-conversion It was me, to fix this, I just create another instance for each conversion I need like ```ts const toUtc = dayjs(date).utcOffset(0) const toMinusThreeTime...