Date Timezone PostgreSQL

postgres=#
postgres=# -- Setting date formats
postgres=#
postgres=# SET DATESTYLE TO NONEUROPEAN, GERMAN;
SET
postgres=#
postgres=# SHOW DATESTYLE;
  DateStyle
-------------
 German, MDY
(1 row)
postgres=#