n8n/packages/nodes-base/nodes/DateTime/V2
Elias Meire d72f79ffb3
fix(Date & Time Node): Dont parse date if it's not set (null or undefined) (#7050)
Github issue / Community forum post (link here to close automatically):
https://community.n8n.io/t/date-time-node-transforming-null-to-19700101/29339

null/undefined input was converted to 01/01/1970 instead of being passed
through as-is
2023-08-31 12:33:26 +02:00
..
AddToDateDescription.ts feat(Date & Time Node): Overhaul of the node (#5904) 2023-05-08 17:34:14 +02:00
CurrentDateDescription.ts fix(editor): UI copy fix for Date & Time node (no-changelog) (#6291) 2023-05-22 11:50:02 +01:00
DateTimeV2.node.ts fix(Date & Time Node): Dont parse date if it's not set (null or undefined) (#7050) 2023-08-31 12:33:26 +02:00
ExtractDateDescription.ts feat(Date & Time Node): Overhaul of the node (#5904) 2023-05-08 17:34:14 +02:00
FormatDateDescription.ts feat(Date & Time Node): Overhaul of the node (#5904) 2023-05-08 17:34:14 +02:00
GenericFunctions.ts feat(Date & Time Node): Overhaul of the node (#5904) 2023-05-08 17:34:14 +02:00
GetTimeBetweenDates.ts feat(Date & Time Node): Overhaul of the node (#5904) 2023-05-08 17:34:14 +02:00
RoundDateDescription.ts feat(Date & Time Node): Overhaul of the node (#5904) 2023-05-08 17:34:14 +02:00
SubtractFromDateDescription.ts feat(Date & Time Node): Overhaul of the node (#5904) 2023-05-08 17:34:14 +02:00