mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-09 16:23:45 +08:00
bcc867b143
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.