Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Shong, what do you think of this?
(row1.myTimeColumn ==null || row1.myTimeColumn =="" )?nullnew java.util.Date((Long.parseLong(row1.myTimeColumn )+ 21600)*1000));
Hi,
I am also facing the same issue.
I resolved to convert epoch time but it's giving me 1985-11-15 01:00:00 instead of 1985-11-15 00:00:00. The only difference is the hours.
It would be great if you can help me 🙂
Regards,
Sheetal