Skip to content

Instantly share code, notes, and snippets.

@trevorturk
Created October 13, 2008 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trevorturk/16565 to your computer and use it in GitHub Desktop.
Save trevorturk/16565 to your computer and use it in GitHub Desktop.
# 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