From 2f396234db90ddcca23679d5645beeed314525e9 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 19 Nov 2004 15:11:17 +0000 Subject: [PATCH] fixed description of ${__TIME__}, ${__DATE__} and ${__TIMESTAMP__} git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3773 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/compiler.but | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Docs/src/compiler.but b/Docs/src/compiler.but index 808141cd..4ab18983 100644 --- a/Docs/src/compiler.but +++ b/Docs/src/compiler.but @@ -127,15 +127,15 @@ Current line number. \S1{predate} $\{__DATE__\} -Date according to the current locale. +Date when the script started compiling according to the current locale. \S1{pretime} $\{__TIME__\} -Time according to the current locale. +Time when the script started compiling according to the current locale. \S1{pretimestamp} $\{__TIMESTAMP__\} -Date & time according to the current locale. +Date & time of the last modification to the script file according to the current locale. \S0{compenvvarread} Read enviroment variables