One of my pages has the following field for entering time:
game.gameTime is mapped onto a variable
of type
I have a logging statement in the
method that just prints out the date as :
However ,when
testing I'm getting times that are 2 hours ahead of the entered time of eg if I enter 06:30 then what gets printed(logged) is :
Setting game time to 8:30
What am I missing ?