Date Format for "2019-06-14T08:04:38.000Z"

Hi all,

Using Kibana Kibana 7.0.1, I have a "timestamp" field that has the following format: "2019-06-14T08:04:38.000Z"
Looking at https://momentjs.com/ , I cannot figure out which one is mine...
Would you help, please?

Thank you.

Hey @rakotomandimby
that one is the ISO8601 format, https://momentjs.com/docs/#/displaying/as-iso-string/
It's a format automatically recognised by elasticsearch and doesn't need any formatting specification on the field mappings. Have you faced any issue with that?