Skip to content

Support Datetime Feature +/- pd.Timedelta (Issue #629) - #2776

Open
The-Fallen-Phoenix wants to merge 1 commit into
alteryx:mainfrom
The-Fallen-Phoenix:fix/timedelta-datetime-arithmetic
Open

Support Datetime Feature +/- pd.Timedelta (Issue #629)#2776
The-Fallen-Phoenix wants to merge 1 commit into
alteryx:mainfrom
The-Fallen-Phoenix:fix/timedelta-datetime-arithmetic

Conversation

@The-Fallen-Phoenix

@The-Fallen-Phoenix The-Fallen-Phoenix commented Aug 2, 2026

Copy link
Copy Markdown
  • Update AddNumericScalar to accept Datetime input types with Timedelta values
  • Update SubtractNumericScalar to accept Datetime input types with Timedelta values
  • Add comprehensive tests for datetime + timedelta and datetime - timedelta operations
  • Both operations now properly validate input types and return datetime results

Fixes #629


- Update AddNumericScalar to accept Datetime input types with Timedelta values
- Update SubtractNumericScalar to accept Datetime input types with Timedelta values
- Add comprehensive tests for datetime + timedelta and datetime - timedelta operations
- Both operations now properly validate input types and return datetime results

Fixes alteryx#629
@CLAassistant

CLAassistant commented Aug 2, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Datetime Feature +/- pd.Timedelta

2 participants