SyntaxFix
Write A Post
Hire A Developer
Questions
Those are probably timestamps in seconds and not in milliseconds which is required for the java new Date(long) constructor. Just multiply them by 1000 and you should be allright.