Hi,
I am planning to call a survey monkey restful API to collect the data, But the API accepts the date arguments in the following UTC format.
YYYY-MM-DDTHH:MM:SS+HH:MM
As I want to schedule this API every day, I wan to generate current day begin and end dates in the above format.
I have created 2018-08-29 00:00:00 and 2018-08-29 23:59:59 dates and called DateTimeToUTC(dt) on these begin and end dates. But the result format is not as above.
Any ideas on how to generate dates in the above format?