Convert epoch to human-readable date
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
My data is like below -
Checked from https://www.epochconverter.com/
Need to add GMT+5:30
How should I convert it?
Solved! Go to Solution.
- Labels:
- Time Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
We would first need to know what epoch time is. I've never heard of it and haven't researched it. What does it mean and what to the digits represent?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @EN6924
Try this formula
DateTimeAdd(MONTHEND(DateTimeAdd('1970-01-01 00:00:00',[UnixDateTime]/1000,'seconds')),1,'day')
Hope this helps : )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks but the formula is not working for my case. 😐
Startdateunixsec: 1624557609
Start date which is showing: 2021-06-24 18:00:09 (Thursday, June 24, 2021 6:00:09 PM)
This should show like - Thursday, June 24, 2021 11:30:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm not familiar with Python yet. 😪
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @EN6924
Use it as plug and play give me the exact name of the input column name I can configure it for you.
Hope this helps : )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
