aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/time.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/time.rb b/lib/time.rb
index 625c2c87bb..92d24c8b3e 100644
--- a/lib/time.rb
+++ b/lib/time.rb
@@ -92,6 +92,7 @@ class Time
off
end
+ # :stopdoc:
def zone_utc?(zone)
# * +0000
# In RFC 2822, +0000 indicate a time zone at Universal Time.
@@ -267,6 +268,7 @@ class Time
end
end
private :make_time
+ # :startdoc:
#
# Takes a string representation of a Time and attempts to parse it