타임존 설정

This commit is contained in:
RubyOn 2025-04-20 22:32:05 +09:00
parent cb19bc990d
commit 423460df66
1 changed files with 2 additions and 0 deletions

View File

@ -28,5 +28,7 @@ module FarmitryHvac
# #
# config.time_zone = "Central Time (US & Canada)" # config.time_zone = "Central Time (US & Canada)"
# config.eager_load_paths << Rails.root.join("extras") # config.eager_load_paths << Rails.root.join("extras")
config.time_zone = "Asia/Seoul"
end end
end end