Date Timezone PostgreSQL

postgres=# -- Displays the current date formatting style:
postgres=#
postgres=# SHOW DATESTYLE;
 DateStyle
-----------
 ISO, MDY
(1 row)
postgres=#