## Syntax
```mermaid
%%{init: {
'theme': 'base',
'flowchart': { 'padding': '10' },
'themeVariables': {
'fontSize': '11px',
'fontFamily': 'Arial'
}
}}%%
flowchart LR
start((START)) --> UTC_DATE[UTC_DATE]:::quoted
UTC_DATE --> parenthesis["()"]:::quoted
start((START)) --> GETUTCDATE[GETUTCDATE]:::quoted
GETUTCDATE --> parenthesis["()"]:::quoted
start((START)) --> NOWUTC[NOWUTC]:::quoted
NOWUTC --> parenthesis["()"]:::quoted
start((START)) --> SYSDATEUTC[SYSDATEUTC]:::quoted
SYSDATEUTC --> parenthesis["()"]:::quoted
parenthesis --> utc_end((END))
```