This repository has been archived on 2022-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
wikiufc/vendor/plugins/tzinfo_timezone/init.rb
2008-03-02 16:04:34 -03:00

7 lines
182 B
Ruby

require 'tzinfo_timezone'
# remove the existing TimeZone constant
Object.send(:remove_const, :TimeZone)
# Use TzinfoTimezone as the TimeZone class
Object::TimeZone = TzinfoTimezone