summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vc-git.awk')
-rw-r--r--vc-git.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/vc-git.awk b/vc-git.awk
index 5024a1b..d349a93 100644
--- a/vc-git.awk
+++ b/vc-git.awk
@@ -36,7 +36,7 @@ END {
### Standard encoding is UTF-8.
if (Encoding == "") Encoding = "UTF-8"
### Extract relevant information from variables.
- LongDate = substr(AuthorDate, 1, 25)
+ LongDate = substr(CommitterDate, 1, 25)
DateRAW = substr(LongDate, 1, 10)
DateISO = DateRAW
DateTEX = DateISO