How to convert elasticsearch index creation date to normal date format

Hi,
Index creation date:
'creation_date': '1631169602514'

how to convert this into a readable format?using python?
What is this datetime format?

Thank You!

It is an epoch with millisecond precision. This means that timestamp corresponds to Thursday, September 9, 2021 6:40:02.514 AM GMT.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.