in reply to Help with date:manip
perl -MDateTime::TimeZone -e 'print join "\n", DateTime::TimeZone->all +_names()' [download]
(you might need to install the Perl Module with: cpan DateTime::TimeZone)