0
我有一個具有epoch時間戳的表列我想在PST時間將該列轉換爲日期。如何將epoch時間戳轉換爲hive中的PST日期
select epoch_time from table;
例如
input
epoch_time
1262304151988
1262304157756
輸出
epoch_time
YYY-MM_DD
YYY-MM_DD
在PST
給出一個完整的例子,包括預期的結果 - 實際數據,你想看到它。 –