You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • When you upload code via the IDE it should attempt to set the time with setTime and timezone with E.setTimeZone() using your PC's settings (unless it's been disabled in the IDE settings) - you could do the same yourself. Especially when you're uploading code, nothing stops you from sticking E.setTimeZone(4); to the top of your code to ensure the date functions all use the correct timezone.

About

Avatar for Gordon @Gordon started