Issue with supported Date Time Format

Hi Team of Mockaroo!

I found an issue with time formatting…
For our mockup we need format YYYY-MM-DD or long format e.g.2019-08-01T03:00:09Z
when I configure the formatting in my POC:

    {
      "name": "eventDate",
      "null_percentage": 0,
      "type": "Date",
      "min": "4/1/2019",
      "max": "4/1/2020",
      "format": "%Y-%m-%d",
      "formula": ""
    },

I always get the date formatted like this:
eventDate 20/04/2019

Can you please fix the bug…

I think with ruby there is a workaround, can you give me a hint?

Thx
Christof

Here are the date formats that you can use with Mockaroo: