X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/d16d4b10300b35e2d4d858a3e23cff975bc713fe..1cefca6bb1a10d1e546d9a399299813645f0aac0:/time64.c diff --git a/time64.c b/time64.c index 1d43f39..e1ceddf 100644 --- a/time64.c +++ b/time64.c @@ -368,7 +368,7 @@ static struct TM *S_gmtime64_r (const Time64_T *in_time, struct TM *p) p->tm_isdst = 0; #ifdef HAS_TM_TM_ZONE - p->tm_zone = "UTC"; + p->tm_zone = (char *)"UTC"; #endif v_tm_sec = (int)fmod(time, 60.0);