Link to home
Start Free TrialLog in
Avatar of ebelmont
ebelmont

asked on

Java Time Zone Descriptions

Java has 31 time zone codes (e.g., GMT, PST, JST,...).  Does anyone know the descriptions for them.  I know the obvious ones (e.g., PST=Pacific Standard Time).  But I'd like to know all of them to provide users with a way to choose the time zone description rather than the code.

Thanks,

Emilio
ASKER CERTIFIED SOLUTION
Avatar of meggenb
meggenb

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of joeatNR
joeatNR

You can enumerate timezones with
String ids[] = TimeZone.getAvailableIDs();