More than 5 years have passed since last update.
posted at 2017-08-03
unixtimeをJSTに変換するというよくあるやつ。 レガシーSQLの記事はちらほら見つけたけど、スタンダードSQLの記事をあまり見なかったので書いた
#standardSQL FORMAT_TIMESTAMP('%Y-%m-%d %H:%M:%S', TIMESTAMP_SECONDS(unixtime), 'Asia/Tokyo')
Register as a new user and use Qiita more conveniently