Skip to content

postgres useful commands

Rajesh Khadka edited this page Apr 1, 2020 · 4 revisions

functions

To get current time in postgres

Timezone: now()

UTC time : timezone('utc', now())

Clone this wiki locally