--- a/status-time/time.c Sat Aug 17 15:23:15 2019 +0400
+++ b/status-time/time.c Sat Aug 17 15:25:10 2019 +0400
@@ -22,7 +22,9 @@
setlocale(LC_TIME, LOCALE);
#endif
+#ifdef TIMEZONE
setenv("TZ", TIMEZONE, 1);
+#endif
while (1) {
bzero(buf, sizeof(buf));