This gives me the right date in UTC Unix time stamp, however gives me an error from the API
{ "validationResults":[ { "isValid":false,"message":"00001586822400 is at 8:47:2.400 UTC, not midnight!", "error":"INVALID_DATE", "name":"some_date_field" }, ] }
When i put the date 00001586822400 in a convert it gives me the following
which as you can see is Midnight in UTC.
Now when I add trailing zeros to the Unix Timestamp like so: