Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/time.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def zone_offset(zone, year=self.now.year)
off
end

# :stopdoc:
def zone_utc?(zone)
# * +0000
# In RFC 2822, +0000 indicate a time zone at Universal Time.
Expand Down Expand Up @@ -267,6 +268,7 @@ def make_time(date, year, yday, mon, day, hour, min, sec, sec_fraction, zone, no
end
end
private :make_time
# :startdoc:

#
# Takes a string representation of a Time and attempts to parse it
Expand Down