about summary refs log tree commit diff
path: root/t/5000-mscan.t
diff options
context:
space:
mode:
Diffstat (limited to 't/5000-mscan.t')
-rw-r--r--t/5000-mscan.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/5000-mscan.t b/t/5000-mscan.t
index b25066b..7b660ab 100644
--- a/t/5000-mscan.t
+++ b/t/5000-mscan.t
@@ -25,7 +25,7 @@ inbox/cur/1:2,
 
 export MAILSEQ=seq
 
-check_same 'ISO date' 'mscan -f "%16D" 1' 'echo "2017-03-30 15:42"'
+check_same 'ISO date' 'TZ=utc mscan -f "%16D" 1' 'echo "2017-03-30 13:42"'
 check_same 'from name' 'mscan -f "%f" 1' 'echo "Rajwinder Kaur"'
 
 )