Dave Rolsky wrote:
This is in 0.51. It's a bit different from what you wrote. The biggest difference is that you can only get the zones by country code. I didn't want to add a dependency on Locale::Country, but I did mention it in the docs.
So make it an optional module, and have it try to load only if the user asks for the timezone for 'France' instead of 'fr'.
And can I ask that you support using 'UK' as an alias for 'GB'? I know that GB is ISOly correct, but UK is commonly used instead, particularly if your data source is something like a hostname or an IP address.
-- David Cantrell