mirror of
https://github.com/jimeh/redistat.git
synced 2026-02-19 13:26:39 +00:00
9 lines
94 B
Ruby
9 lines
94 B
Ruby
class Date
|
|
include Redistat::DateHelper
|
|
|
|
def to_time
|
|
Time.parse(self.to_s)
|
|
end
|
|
|
|
end
|