PostgreSQL/Date Timezone/extract
Версия от 13:45, 26 мая 2010; (обсуждение)
extract(MONTH FROM now())
postgres=#
postgres=# SELECT extract(MONTH FROM now());
date_part
-----------
10
(1 row)
postgres=#
postgres=#
postgres=# SELECT extract(MONTH FROM now());
date_part
-----------
10
(1 row)
postgres=#