I\'m converting time from CST to local time but getTimeZone doesn\'t seem to work properly.
getTimeZone
String cstTime = \"2013-06-21 14:00:00\"; S
One thing I found is that Java's TimeZone doesn't recognize "+09:00", but it does recognize "GMT+09:00" and "GMT+0900".