about summary refs log tree commit diff
path: root/mscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'mscan.c')
-rw-r--r--mscan.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mscan.c b/mscan.c
index cda9d26..91ec422 100644
--- a/mscan.c
+++ b/mscan.c
@@ -229,8 +229,6 @@ main(int argc, char *argv[])
 	struct tm *tm = localtime(&now);
 	curyear = tm->tm_year;
 	curyday = tm->tm_yday;
-	setenv("TZ", "", 1);
-	tzset();
 
 	setlocale(LC_ALL, "");  // for wcwidth later
 	if (wcwidth(0xFFFD) > 0)