Extract data in a different format using Duckling Entity Extractor

I wish to extract dates in the non-US format, i.e, dd-mm-yyyy instead of mm-dd-yyyy. I have set locale to “en-AU” in config file under DucklingEntityExtractor:

  • name: DucklingEntityExtractor

    url: “http://localhost:8000

    locale: “en_AU”

    dimensions: [“time”]

    timezone: “Australia/Melbourne”

But the date is always extracted in the US format.

You might want to post your question in the duckling repo issues and double check the australian time settings.