summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ext/date/date_core.c4
-rw-r--r--time.c2
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 33c4698454..504224197d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat May 26 18:08:59 2012 Tadayoshi Funaba <tadf@dotrb.org>
+
+ * time.c: modified doc.
+ * ext/date/date_core.c: ditto.
+
Sat May 26 17:05:45 2012 Koichi Sasada <ko1@atdot.net>
* vm.c (backtrace_*): change type of lev and n from size_t to int.
diff --git a/ext/date/date_core.c b/ext/date/date_core.c
index 319c4c3df8..9a81c70199 100644
--- a/ext/date/date_core.c
+++ b/ext/date/date_core.c
@@ -6982,7 +6982,7 @@ date_strftime_internal(int argc, VALUE *argv, VALUE self,
* %::z - hour, minute and second offset from UTC (e.g. +09:00:00)
* %:::z - hour, minute and second offset from UTC
* (e.g. +09, +09:30, +09:30:30)
- * %Z - Time zone abbreviation name
+ * %Z - Time zone abbreviation name or something like information.
*
* Weekday:
* %A - The full weekday name (``Sunday'')
@@ -8419,7 +8419,7 @@ dt_lite_to_s(VALUE self)
* %::z - hour, minute and second offset from UTC (e.g. +09:00:00)
* %:::z - hour, minute and second offset from UTC
* (e.g. +09, +09:30, +09:30:30)
- * %Z - Time zone abbreviation name
+ * %Z - Time zone abbreviation name or something like information.
*
* Weekday:
* %A - The full weekday name (``Sunday'')
diff --git a/time.c b/time.c
index 7ec27a5693..9a4d80685f 100644
--- a/time.c
+++ b/time.c
@@ -4426,7 +4426,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 - Time zone abbreviation name
+ * %Z - Time zone abbreviation name or something like information.
*
* Weekday:
* %A - The full weekday name (``Sunday'')