Book Contents

Book Index

Next Topic

Home

NOW

NOW() is equivalent to CURRENT_TIMESTAMP except that it does not accept a precision parameter. It returns a value of type TIMESTAMP WITH TIME ZONE representing today's date and time of day.

Syntax

NOW()

Notes

Examples

> SELECT NOW();

now

-------------------------------

2007-10-26 14:58:58.349569-06

(1 row)