-
-
Notifications
You must be signed in to change notification settings - Fork 108
Implementation to aggregate statistical information #12 #128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
e3fd895
db0afac
04f645c
6ff7f21
453d28f
3669f2a
b3d39bc
f3580de
3bc50c1
dfdc16c
c93dfb8
9eb61aa
a4cb3ec
d75d2fe
8ba4506
b1a5ad1
7197558
983d828
cf033f8
70ef722
5168879
ba6fa8f
59fe612
ec719e1
0024192
b7e8213
58bfebd
ab9736d
740ca73
86b1f6c
563bd68
f44f78e
0d72302
754cf52
0366800
9adb714
d392c68
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,9 @@ class Application < Rails::Application | |
# 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. | ||
|
||
# Timezone | ||
config.time_zone = 'Asia/Tokyo' | ||
ENV['TZ'] = 'Asia/Tokyo' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Heroku、travis-ciのほうで設定した方がいいかも? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Herokuのenvはどなたかにお願いするとして、そうしましょうか。 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Heroku の env 確認しましたが、既に入ってました ;) ✅ $ heroku config
...
TZ: Asia/Tokyo There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ご確認ありがとうございます!😁 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ご確認ありがとうございます!😁 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fixed 0366800 |
||
end | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍