## Syntax ```mermaid %%{init: { 'theme': 'base', 'flowchart': { 'padding': '7', 'nodeSpacing': '20', 'rankSpacing': '20' }, 'themeVariables': { 'fontSize': '11px', 'fontFamily': 'Arial' } }}%% flowchart LR Start((START)) --> SYSDATE[SYSDATE]:::quoted SYSDATE --> parenthesisClose Start((START)) --> GETDATE[GETDATE]:::quoted GETDATE --> parenthesisClose Start((START)) --> SYSDATETIME[SYSDATETIME]:::quoted SYSDATETIME --> parenthesisClose["()"]:::quoted parenthesisClose --> End((END)) ``` ## Purpose The `NOW` SQL function returns the time of the system clock in local time at the device where Invantive UniversalSQL runs. Returns: current date/time.