about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-07-08 23:17:37 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-07-08 23:17:37 -0400
commit77e849b66719f5e86762eff4ae23340dab1b32fa (patch)
tree10561d871eefdc26532f048b239a4eb195be31e8
parent5be9480128b2841647b204ba19ec9f45dac438f5 (diff)
downloadthoughts-77e849b66719f5e86762eff4ae23340dab1b32fa.tar.gz
thoughts-77e849b66719f5e86762eff4ae23340dab1b32fa.tar.bz2
thoughts-77e849b66719f5e86762eff4ae23340dab1b32fa.zip
Changed application time zone
-rw-r--r--config/application.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb index 485c3a3..f909eaa 100644 --- a/config/application.rb +++ b/config/application.rb
@@ -14,5 +14,6 @@ module Thoughts
14 # Settings in config/environments/* take precedence over those specified here. 14 # Settings in config/environments/* take precedence over those specified here.
15 # Application configuration should go into files in config/initializers 15 # Application configuration should go into files in config/initializers
16 # -- all .rb files in that directory are automatically loaded. 16 # -- all .rb files in that directory are automatically loaded.
17 config.time_zone = "Eastern Time (US & Canada)"
17 end 18 end
18end 19end