Skip to content

feat(datetime): add utility nodes for date and time manipulation#430

Merged
felix-schultz merged 1 commit intodevfrom
feature/425-shortcut-actions
Dec 10, 2025
Merged

feat(datetime): add utility nodes for date and time manipulation#430
felix-schultz merged 1 commit intodevfrom
feature/425-shortcut-actions

Conversation

@felix-schultz
Copy link
Copy Markdown
Member

  • Implemented DateTimeDurationNode to add or subtract durations from a date.
  • Created DateTimeFormatNode to format DateTime objects into strings.
  • Added DateTimeNowNode to return the current UTC date and time.
  • Developed DateTimeParseNode to parse strings into DateTime objects with auto-detection of formats.
  • Introduced DateTimeToDateNode to extract date components from DateTime.
  • Added DateTimeToTimeNode to extract time components from DateTime.
  • Updated try_transform utility to handle new DateTime formats and conversions.
  • Enhanced date array, set, and variable components to support new DateTime handling.
  • Introduced shortcuts component for better navigation and project management.

- Implemented DateTimeDurationNode to add or subtract durations from a date.
- Created DateTimeFormatNode to format DateTime objects into strings.
- Added DateTimeNowNode to return the current UTC date and time.
- Developed DateTimeParseNode to parse strings into DateTime objects with auto-detection of formats.
- Introduced DateTimeToDateNode to extract date components from DateTime.
- Added DateTimeToTimeNode to extract time components from DateTime.
- Updated try_transform utility to handle new DateTime formats and conversions.
- Enhanced date array, set, and variable components to support new DateTime handling.
- Introduced shortcuts component for better navigation and project management.
@felix-schultz felix-schultz merged commit 33adcee into dev Dec 10, 2025
3 of 10 checks passed
@felix-schultz felix-schultz linked an issue Dec 10, 2025 that may be closed by this pull request
@felix-schultz felix-schultz deleted the feature/425-shortcut-actions branch December 10, 2025 10:34
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.

Scrolling problem in the default variable dialogs. The Stripe Links should not open in a new window, but the default browser

1 participant