Max Dietrich
Results
3
comments of
Max Dietrich
Okay, I just found out that Javascript `Dates` are always saved in UTC without any timezone information. (https://github.com/date-fns/date-fns/issues/489#issuecomment-302271425). This means `.format()` could only ever return the local time zone, which...
I opened a PR to update it (https://github.com/miaowing/nest-schedule/pull/63) since we have the same issue
Hey there! I'll take a look into this