Setting the Server TimeZone in a Grails Application

If you want to start up your grails server in a different timezone (for instance to test your client as if it were not co-located in the same zone as the server) just add this to BootStrap.groovy: TimeZone.setDefault(TimeZone.getTimeZone(“PST”))