8 lines
100 B
Ruby
8 lines
100 B
Ruby
ENV['TZ'] = 'UTC'
|
|
Time.zone = 'UTC'
|
|
|
|
module Chronic
|
|
def self.time_class
|
|
::Time.zone
|
|
end
|
|
end
|