Mustafa BOLEKEN Posted June 30, 2021 Share Posted June 30, 2021 Hi, when I use rest api, on the startTime section I get 1625048541474 but I cannot decode it? How can I convert it to human readable format. Link to comment Share on other sites More sharing options...
0 Enes Kuluk Posted June 30, 2021 Share Posted June 30, 2021 That is epoch timestamp which can be converted to date. As an example 1625048541474 is actually Wednesday, June 30, 2021 1:22:21.474 PM You can use an epoch converter to do the job. You can simply use javascript date object: https://stackoverflow.com/questions/7693170/javascript-convert-from-epoch-string-to-date-object Enes. Link to comment Share on other sites More sharing options...
0 Mustafa BOLEKEN Posted June 30, 2021 Author Share Posted June 30, 2021 thank you so much. Link to comment Share on other sites More sharing options...
Question
Mustafa BOLEKEN
Hi, when I use rest api, on the startTime section I get 1625048541474 but I cannot decode it? How can I convert it to human readable format.
Link to comment
Share on other sites
Top Posters For This Question
2
1
Popular Days
Jun 30
3
Top Posters For This Question
Mustafa BOLEKEN 2 posts
Enes Kuluk 1 post
Popular Days
Jun 30 2021
3 posts
2 answers to this question
Recommended Posts