about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--wcal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/wcal.c b/wcal.c
index 4a46b8f..21ced91 100644
--- a/wcal.c
+++ b/wcal.c
@@ -56,6 +56,8 @@ parse_isodate(char *optarg, struct tm *tm)
 int
 main(int argc, char *argv[])
 {
+	setenv("TZ", "", 1);
+
 	time_t now = time(0);
 	struct tm *tm = gmtime(&now);