Solved
Forum Discussion
j_angelevski
3 years agoContributor III
Hi @ykoppisetty
You can use the Date.parse() function.
You need to pass the unix timestamp as a parameter.
Input
Date.parse(1445910469510)
Output
2015-10-27T01:47:49.510 Etc/UTC
Related Content
- 3 years ago
- 3 years ago
- 2 years ago