ENH: Add dateutil timezone support (original) (raw)

This enhancement allows Pandas to use dateutil timezones as well as the default pytz ones. The Timestamp's would be inter-operable.

It has required a bit of coding in tslib.pyx to discriminate between pytz and dateutil tzinfo objects and load the appropriate data into the cache.

I'll create PR for this.