mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-24 13:00:57 +08:00
Prior to pandas 17, there were issues with offsetting dates with DateOffset around discontinuities (like the start of DST). We can use Timedelta here instead, which handles these edge cases.