getTimeZone « TimeZone « Java Data Type Q&A





1. Why is the TimeZone.getTimeZone("MST") method is different from getTimeZone("US/Mountain")?    stackoverflow.com

TimeZone.getTimeZone("US/Mountain") and TimeZone.getTimeZone("MST") are returning different results. Does MST in this java class not represent "Mountain Standard Time"?