Merge pull request #1356 from dsander/fix-javascriptagent-timezone

Add initializer which sets the TZ environment variable

Dominik Sander преди 9 години
родител
ревизия
e5fcb245e6
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      config/initializers/timezone.rb

+ 2 - 0
config/initializers/timezone.rb

@@ -0,0 +1,2 @@
1
+# Set the timezone for the JavascriptAgent (libv8 only relies on the TZ variable)
2
+ENV['TZ'] = Time.zone.tzinfo.canonical_identifier