in reply to Help with date:manip

Just posting to note that you can get a list of timezones in Unix like this:
perl -MDateTime::TimeZone -e 'print join "\n", DateTime::TimeZone->all +_names()'

(you might need to install the Perl Module with: cpan DateTime::TimeZone)