summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time.c b/time.c
index b12dbdcc52..29f448717e 100644
--- a/time.c
+++ b/time.c
@@ -3587,7 +3587,7 @@ time_mdump(VALUE time)
if (FIXNUM_P(vtm.year)) {
year = FIX2LONG(vtm.year);
if (year < 1900 || 1900+0xffff < year)
- rb_raise(rb_eArgError, "year too big to marshal: %ld", year);
+ rb_raise(rb_eArgError, "year too big to marshal: %ld UTC", year);
}
else {
rb_raise(rb_eArgError, "year too big to marshal");