From 77e849b66719f5e86762eff4ae23340dab1b32fa Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 8 Jul 2018 23:17:37 -0400 Subject: Changed application time zone --- config/application.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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 # Settings in config/environments/* take precedence over those specified here. # Application configuration should go into files in config/initializers # -- all .rb files in that directory are automatically loaded. + config.time_zone = "Eastern Time (US & Canada)" end end -- cgit 1.4.1 fe7509f7c104db1d4533'/> Rails app that displays Pokémon
about summary refs log tree commit diff stats
path: root/pokeviewer.gemspec
blob: b8031050ac3c7178d14da56e6ba35d8d1d3d6b6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31