I’m using an API that returns GMT timestamps like 1.337363185441E9. How can I format this to Joda DateTime object? I have no idea how that’s even a valid timestamp format. Maybe that’s part of the problem…?
I’m using an API that returns GMT timestamps like 1.337363185441E9. How can I format
Share
That looks like seconds since the epoch. Off the top of my head, this would be: