PostgreSQL/Date Timezone/timeofday
Версия от 13:45, 26 мая 2010; (обсуждение)
Get time of day
postgres=# SELECT timeofday();
timeofday
-------------------------------------
Sun Oct 08 15:16:49.937000 2006 PDT
(1 row)
postgres=#
postgres=# SELECT timeofday();
timeofday
-------------------------------------
Sun Oct 08 15:16:49.937000 2006 PDT
(1 row)
postgres=#