summaryrefslogtreecommitdiff
path: root/time64.c
diff options
context:
space:
mode:
Diffstat (limited to 'time64.c')
-rw-r--r--time64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time64.c b/time64.c
index 1d43f39717..e1ceddfc30 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);