I have the following line in my Grails application to set the default timezone to UTC:
TimeZone.setDefault(TimeZone.getTimeZone(\"UTC\"))
I
in Bootstrap.groovy
Bootstrap.groovy
TimeZone.setDefault(TimeZone.getTimeZone("UTC"))
on JAVA_OPTS.
JAVA_OPTS
-Duser.timezone=UTC
Source : This thread