class Date
Reopened to add some useful methods
Public Instance Methods
to_utc_time()
click to toggle source
Converts the Date
to a Time, using UTC as the time zone
# File lib/bookie/extensions.rb, line 47 def to_utc_time Time.utc(year, month, day) end