Documentation: Add examples for time related macros.

Fixes #5376
This commit is contained in:
Michael Friedrich 2014-02-03 11:11:56 +01:00
parent 5ae20eb31a
commit 91e6838ceb
1 changed files with 4 additions and 4 deletions

View File

@ -173,7 +173,7 @@ The following macros are available in all commands:
Name | Description
-----------------------|--------------
TIMET | Current UNIX timestamp.
LONGDATETIME | Current date and time including timezone information.
SHORTDATETIME | Current date and time.
DATE | Current date.
TIME | Current time including timezone information.
LONGDATETIME | Current date and time including timezone information. Example: `2014-01-0311:23:08+0000`
SHORTDATETIME | Current date and time. Example: `2014-01-0311:23:08`
DATE | Current date. Example: `2014-01-03`
TIME | Current time including timezone information. Example: `11:23:08+0000`