diff --git a/panels/datetime/tz.c b/panels/datetime/tz.c index ac8c770f3..776418bc4 100644 --- a/panels/datetime/tz.c +++ b/panels/datetime/tz.c @@ -235,6 +235,8 @@ tz_info_from_location (TzLocation *loc) #endif tzinfo->daylight = curzone->tm_isdst; + + setenv ("TZ", "", 1); return tzinfo; }