# How to convert elasticsearch index creation date to normal date format

**URL:** https://discuss.elastic.co/t/how-to-convert-elasticsearch-index-creation-date-to-normal-date-format/284417
**Category:** Elasticsearch
**Created:** [September 16, 2021, 2:53pm UTC](https://discuss.elastic.co/t/how-to-convert-elasticsearch-index-creation-date-to-normal-date-format/284417 "2021-09-16T14:53:51Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![hiruni.insyncit.net](https://avatars.discourse-cdn.com/v4/letter/h/c68b51/32.png) [@hiruni.insyncit.net](https://discuss.elastic.co/u/hiruni.insyncit.net)
#### Post date: [September 16, 2021, 2:53pm UTC](https://discuss.elastic.co/t/how-to-convert-elasticsearch-index-creation-date-to-normal-date-format/284417/1 "2021-09-16T14:53:51Z")

</div>

Hi,  
Index creation date:  
'creation\_date': '1631169602514'

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

Thank You!

---

<div class="post-metadata">

### Author: ![Christian\_Dahlqvist](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/christian_dahlqvist/32/4617_2.png) [@Christian\_Dahlqvist](https://discuss.elastic.co/u/Christian_Dahlqvist)
#### Post date: [September 16, 2021, 9:14pm UTC](https://discuss.elastic.co/t/how-to-convert-elasticsearch-index-creation-date-to-normal-date-format/284417/2 "2021-09-16T21:14:39Z")

</div>

It is an [epoch with millisecond precision](https://www.epochconverter.com/). This means that timestamp corresponds to `Thursday, September 9, 2021 6:40:02.514 AM GMT`.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [October 14, 2021, 9:15pm UTC](https://discuss.elastic.co/t/how-to-convert-elasticsearch-index-creation-date-to-normal-date-format/284417/3 "2021-10-14T21:15:03Z")

</div>

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