Determining current abbreviations for timezones for difference timezones all over the world
[email protected] ("William Heath")
| Newsgroups | perl.datetime |
|---|---|
| Message-ID | <[email protected]> |
Hello, I really appreciate the DateTime module and it has been helping me out tremendously! I have one little problem I need to solve. I need to list the timezone abbreviation. For example: America/New_York EDT or EST depending on if it is DST America/Los_Angeles PST or PDT depending on if it is DST Is there some way for me to determine these for the timezones? Many Thanks! -Tim P.S. I love perl and the DateTime module!