Class: Clock::Local
Defined Under Namespace
Modules: Substitute
Class Method Summary collapse
Methods included from Clock
#canonize, #elapsed_milliseconds, included, #iso8601, local, #now, #parse, #system_time, #timestamp, utc
Methods included from Now
Methods included from Canonize
Methods included from SystemTime
Methods included from ISO8601
Methods included from Parse
Methods included from ElapsedMilliseconds
Methods included from Timestamp
Class Method Details
.canonize(time) ⇒ Object
5 6 7 |
# File 'lib/clock/local.rb', line 5 def self.canonize(time, *) Clock.local(time) end |