Describe the issue/error/question
Hello, I am working on a custom programatic style node.
For a search operation, I want to send a “From” date parameter in my query string, which accepts this format: YYYY-MM-DDTHH:mm:ssZ.
This is the date picked in date picker field:
Below is the output. I don’t understand why the day is 1 day before the date picked above and the time also seems off.
My question is: How do I preserve the exact date picked in date picker and format it to ISO 8601 (without fractional second part) in UTC, like shown below:
Share the output returned by the last node
Thank you!