From 85cbfad384969a8fcec1c09c0378839e51a9bf78 Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Fri, 25 Mar 2005 17:56:26 +0000
Subject: [PATCH] reflect actual format of ${DATETIME} in the docs (bug #3857)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5259 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 doc/README.variables | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/README.variables b/doc/README.variables
index fb2f4db25f..f65ef29d16 100755
--- a/doc/README.variables
+++ b/doc/README.variables
@@ -310,7 +310,7 @@ ${CALLINGTNS} 	 	* Transit Network Selector (PRI channels)
 ${CALLINGTON}    	* Caller Type of Number (PRI channels)
 ${CHANNEL}	 	* Current channel name
 ${CONTEXT}       	* Current context
-${DATETIME}	 	* Current date time in the format: YYYY-MM-DD_HH:MM:SS
+${DATETIME}	 	* Current date time in the format: DDMMYYYY-HH:MM:SS
 ${DNID}          	* Dialed Number Identifier
 ${EPOCH}	 	* Current unix style epoch
 ${EXTEN}	 	* Current extension
-- 
GitLab