Skip to content

Instantly share code, notes, and snippets.

@jmcervera
Created July 13, 2010 09:06
Show Gist options
  • Save jmcervera/473658 to your computer and use it in GitHub Desktop.
Save jmcervera/473658 to your computer and use it in GitHub Desktop.
#config.time_zone = 'Madrid'
# Como en este caso queremos utilizar la hora local en la base de datos
config.active_record.default_timezone = :local
config.active_record.time_zone_aware_attributes = false
config.time_zone = nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment