Created
October 13, 2008 17:46
-
-
Save trevorturk/16565 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Time zone issues with BJ, Rails, and UTC/local times? | |
# http://codeforpeople.rubyforge.org/svn/bj/trunk/README | |
# http://twitter.com/rubyist/statuses/957131155 | |
# http://twitter.com/technoweenie/statuses/957156761 | |
# config/initializers/bj_table_hack.rb | |
Bj::Table.class_eval do | |
def self.time_zone_aware_attributes | |
false | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment