I saw this blog post the other day (It was posted on our Twitter account):

http://blog.jteam.nl/2010/02/04/free-java-hosting-with-the-google-app-engine/

The tip is to add this to your web.xml:

<context-param>
    <param-name>javax.servlet.jsp.jstl.fmt.timeZone</param-name>
    <param-value>GMT+1:00</param-value>
</context-param>

<http://blog.jteam.nl/2010/02/04/free-java-hosting-with-the-google-app-engine/>Does
this do what you need?

2010/2/3 Grégoire Galinand <gregoire.galin...@gmail.com>

> Hi, i've got a little problem with localization settings when i deploy
> my applications.
>
> I'm in france and when i format a date with a simpledateformat, i've
> got a offset of 2 hours with my french clock.
>
> How can i define my localizations parameters for my application ?
>
>
>
> Thanks
>
>
> Grégoire
>
> --
> 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
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
http://googleappengine.blogspot.com | http://twitter.com/app_engine

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to