Hi. I added a timestamp from a date to a variable (April 1 00:00) but the countdown (using difference between end time and now) was 1 hour off and since today it's 2 hours. It's counting to 02:00. But why when I set it to 00:00 midnight?
PS. I'm in Germany (gmt+1) and the timezone offset showed -60 minutes. But negative would be gmt-1?
Develop games in your browser. Powerful, performant & highly capable.
Seems I found a fix for it.
Timezone offset was -120 (minutes) so I added this:
-> System: Set ReleaseDate to Date.Get(2021, 3, 1, 0, 0, 0, 0)+(Date.TimezoneOffset×60000)