mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-17 11:16:40 +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.