User.timezone
From Resin 3.0
Use this in resin.conf:
<jvm-arg>-Duser.timezone=Europe/London</jvm-arg>
Explanation:
Java defaults to obtaining the timezone from the operating system. The user.timezone system property can be used to override the default value.