What happens if #setDefault(TimeZone timezone)
is called by a concurrent application running on the same application server with JDK 1.6
As discussed in TimeZone #setDefault changes in JDK 6 the call now changes VM wide, this can have horrible consequences.
If you're not adminsitrating the application server, how to ensure TimeZone doesn't change?