If you need the time, you could just get the substring that corresponds to the time:
openacs4=# select substr(now() at time zone 'utc',11,6);
substr
--------
12:19
(1 row)
openacs4=# select now() at time zone 'utc';
timezone
------------------------
2001-04-12 12:19:58+00
(1 row)