I have written a query to convert epoch to date conversion in Athena but the result is not expected
select from_unixtime(cast(epoch_values as bigint))as dates from mybdbase
result is :
dates |
---|
+54113-07-13 10:11:53.000 |
+54113-07-13 10:11:57.000 |
The year is shown in the above table, How to solve this?