If i want to calculate on Date, I get UTC timezone and not UTC+2 (Copenhagen) even though the date field displays the right format
My calculation: moment(@Dato).format('DD-MM-YY HH:mm') + " - " + @Titel
i can´s figure the right Time Zone format out: .tz(UTC+2) ????
I need some help to solve this one.
/John
-
Hi John,
Try .tz("Europe/Copenhagen")
http://bendixkiel.org/various-ways-to-show-a-date-field/
Please sign in to leave a comment.
Comments
2 comments