I am running an node js - express api using moment.js. My current TZ-Location is Europe/Berlin.(local) I had a inkonsistent state between my develop environment(local) and my production environment. While using the moment library in develop/local environment ive got an utc offset of 120min. But the Google Cloud standard AppEngine doesnt have an offset. So I get a date, which is 2h lower than needed. I was seaching for a while but dont found the right answer to set the local timezone or a local offset for the appengine to work with.
Does someone know, how to fix this problem globaly without changing all date-parsing statements? --> moment()