From 91e6838cebc9f9cac503214074bef2f683b16f41 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 3 Feb 2014 11:11:56 +0100 Subject: [PATCH] Documentation: Add examples for time related macros. Fixes #5376 --- doc/3.03-macros.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/3.03-macros.md b/doc/3.03-macros.md index d4ba30c34..6eaaef271 100644 --- a/doc/3.03-macros.md +++ b/doc/3.03-macros.md @@ -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` -- 2.40.0