List of timezones in Java

I've extracted the list of available timezones and their attributes from JDK 1.5.0 (Update 7) by going through the result of TimeZone.getAvailableIDs() and calling TimeZone.getTimeZone(id).toString() on each of them. I've formatted the output into an OpenOffice spreadsheet and attached the result to this post. Use it as you like. Smile

AttachmentSize
jdk-1.5.0_07_timezones.ods23.8 KB