ruby-changes:33140
From: akr <ko1@a...>
Date: Sat, 1 Mar 2014 01:01:58 +0900 (JST)
Subject: [ruby-changes:33140] akr:r45219 (trunk): [DOC]
akr 2014-03-01 01:01:54 +0900 (Sat, 01 Mar 2014) New Revision: 45219 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45219 Log: [DOC] Modified files: trunk/time.c Index: time.c =================================================================== --- time.c (revision 45218) +++ time.c (revision 45219) @@ -4440,7 +4440,7 @@ strftimev(const char *fmt, VALUE time, r https://github.com/ruby/ruby/blob/trunk/time.c#L4440 * %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'') -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/