Date Timezone PostgreSQL

postgres=# SELECT to_char(now(), 'HH:MI PM') AS the_time;
 the_time
----------
 03:20 PM
(1 row)
postgres=#