Date & Time Node
Parse, format, and manipulate dates. Some timezone identifiers may not be available.
Written By pvdyck
Last updated 17 minutes ago
Date & Time Node
The Date & Time node parses, formats, converts, and manipulates date and time values. Powered by the Luxon library.
Operations
Common Parameters
Supported Date Formats
Accepts ISO 8601 (2024-01-15T10:30:00Z), Unix timestamps, and most common date string formats. Uses Luxon for parsing.
Limitations
- Some timezone identifiers unavailable -- If you encounter a timezone error, use the UTC offset format (e.g.,
+05:30) instead of the IANA timezone name
Tips
- Use "Get Current Date" to stamp items with processing time
- Use "Get Time Between Dates" to calculate SLA compliance or elapsed time
- Format dates before sending to external APIs that expect specific formats