Whats the best way to accomplish changing the timezone of an app? The way I see it the following must occur:
Obviously the server should be taken down while this is happening, and backups must be in place incase of an error.
Is there a better/easier way to do this?
Java does not use time zones when using Dates; it stores everything as UTC and only uses time zones when displaying dates. see the following link for a discussion of java date/time. http://www.odi.ch/prog/design/datetime.php