found the answer. To set the time zone of the server, just go to Eclipse, "Run the configuration", then "VM Arguments" and add the following "-Duser.timezone = UTC".
In this case, the serverโs time zone will be set to the desired value (UTC). This is very convenient, since UTC will always work in Google App Engine, while the development server (at least in my case) works with the local time zone. The net effect was that I had a different behavior between dev and prod.
Gyug
source share