From abb0286b72224c837a47536cddf082b281558503 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 28 Feb 2014 16:01:54 +0000 Subject: [DOC] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'time.c') diff --git a/time.c b/time.c index 0c9bd14ec3..87ac0d3ce2 100644 --- a/time.c +++ b/time.c @@ -4440,7 +4440,7 @@ strftimev(const char *fmt, VALUE time, rb_encoding *enc) * %z - Time zone as hour and minute offset from UTC (e.g. +0900) * %:z - hour and minute offset from UTC with a colon (e.g. +09:00) * %::z - hour, minute and second offset from UTC (e.g. +09:00:00) - * %Z - Abbreviated time zone name or similar information. + * %Z - Abbreviated time zone name or similar information. (OS dependent) * * Weekday: * %A - The full weekday name (``Sunday'') -- cgit v1.2.3