Select to view content in your preferred language

How to interpret lastUpdated in appinfo.json ?

639
1
Jump to solution
04-24-2020 01:02 PM
TheodoreRakel
Occasional Contributor

There's a field in the appinfo.json file called lastUpdated.  Is there a way to convert this to a day, month, and year?

For example:

"lastUpdated": 1544012519539,

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
KenBuja
MVP Esteemed Contributor

This is the elapsed milliseconds since counting from 1 January 1970. There are conversion websites:

Milliseconds to Date Converter (ms to date since epoch) 

Current Millis ‐ Milliseconds since Unix Epoch 

View solution in original post

0 Kudos
1 Reply
KenBuja
MVP Esteemed Contributor

This is the elapsed milliseconds since counting from 1 January 1970. There are conversion websites:

Milliseconds to Date Converter (ms to date since epoch) 

Current Millis ‐ Milliseconds since Unix Epoch 

0 Kudos