Is there a way to set the timezone for my application?
I tried with the following setup in appengine-web.xml:
<system-properties>
<property name="java.util.logging.config.file" value="WEB-INF/
logging.properties"/>
<property name="user.timezone" value="Europe/Athens"/>
</system-properties>
but it doesn't seem to work (the time is 2 hours behind).
Is there an alternative?
This is an *important* problem, any help will be really appreciated!
regards,
George.
--
http://www.appenginejs.org
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.