aboutsummaryrefslogtreecommitdiffstats
path: root/strftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'strftime.c')
-rw-r--r--strftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strftime.c b/strftime.c
index 86284191c2..28c9527140 100644
--- a/strftime.c
+++ b/strftime.c
@@ -446,7 +446,7 @@ rb_strftime(char *s, size_t maxsize, const char *format, const struct tm *timept
case 'Z': /* time zone name or abbrevation */
if (gmt) {
- strcpy(tbuf, "GMT");
+ strcpy(tbuf, "UTC");
break;
}
#ifdef HAVE_TZNAME