Changeset 138 for trunk/grails-app/conf
- Timestamp:
- Jan 26, 2010, 4:46:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrap.groovy
r136 r138 18 18 class BootStrap { 19 19 def init = {servletContext -> 20 // define timezone 21 System.setProperty('user.timezone', 'CET') 20 22 21 23 if (GrailsUtil.environment == GrailsApplication.ENV_DEVELOPMENT) {
Note: See TracChangeset
for help on using the changeset viewer.