Hello there,
I am working with TimeAPI.io, trying to retrieve a time from an API call where I enter origin location and time, and then destination, and am supposed to get back as a response the time in the destination timezone.
This is the API documentation, for reference:
Time API
ConvertTimeZone.
When trying to add the value of the time at the origin, I am using the component of DateTime.
I am supposed to be entering to the API call, a Unicode dateformat - which I am formatting in the component, for the date: yyyy-M-d
And for the time: h:mm:ss
All seem to be Unicode format, and this is supposed to get me a value which looks like this, as an example: 2021-03-14 17:45:00.
Yet, it's not working for me.
I am getting a bad request, of Invalid DateTime format.
Not sure what I am doing wrong - I am also using the {{value.formattedvalue}} to capture it in the right date format.
Any idea?