I have a table which lists US cities and their timezone. The time zone is displayed as the commonly used AKST, AST, CST, EST, HAST, MST, or PST. I believe, but am not certain that these are referred to as Greenwich Mean Time format
As described by http://en.wikipedia.org/wiki/Tz_database, and described by http://www.w3.org/International/core/2005/09/timezone.html and used by Google Maps, there is a different name than the common EST, CST, and PST timezones.
The tz database, also called tzdata, the zoneinfo database or IANA Time Zone Database, is a collaborative compilation of information about the world's time zones, primarily intended for use with computer programs and operating systems.[2]
For instance, PST is the same as America/Los_Angeles. What is the tzdata names for the other AKST, AST, CST, EST, HAST, and MST?