NOW( ) function

Returns the current operating system time as a Datetime data type.

Syntax

NOW()

Parameters

This function does not have any parameters.

Output

Datetime.

Examples

Basic examples

Returns the current operating system time as a datetime value, for example, `t235959`, displayed using the current Analytics time display format:

NOW()

Remarks

Date and time functions can sometimes be challenging to use correctly. In the Help, function topics describe the specific details of how each function works. For information about some general considerations when using date and time functions, see the following topics:

Related functions

If you need to return the current operating system time as a character string, use TIME( ) instead of NOW( ).