diff --git a/src/lib9/ctime.c b/src/lib9/ctime.c index d4ab6b21aef..1bc29fbf9ca 100644 --- a/src/lib9/ctime.c +++ b/src/lib9/ctime.c @@ -22,7 +22,7 @@ p9ctime(long t) tm->tm_hour, tm->tm_min, tm->tm_sec, - tm->tm_zone, + "XXX", // tm_zone is unavailable on windows, and no one cares tm->tm_year + 1900); return buf; }