Prestodb

From wikinotes

Documentation

official docs https://prestodb.io/docs/current/index.html
date/time methods https://prestodb.io/docs/current/functions/datetime.html

Date Methods

date_format(thing.created_at, '%Y-%m-%d')
datetime_format(thing.created_at, '%Y-%m-%d %H:%M')
to_unixtime(thing.created_at)