diff options
Diffstat (limited to 'time/tzfile.c')
-rw-r--r-- | time/tzfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/tzfile.c b/time/tzfile.c index 6681f9a66c..a2974033d4 100644 --- a/time/tzfile.c +++ b/time/tzfile.c @@ -498,7 +498,7 @@ __tzfile_compute (time_t timer, int use_localtime, /* There is no daylight saving time. */ __tzname[1] = __tzname[0]; tp->tm_isdst = info->isdst; - tp->tm_zone = &zone_names[info->idx]; + tp->tm_zone = __tzstring (&zone_names[info->idx]); tp->tm_gmtoff = info->offset; } |