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

Add initializer which sets the TZ environment variable
This commit is contained in:
Dominik Sander 2016-03-16 22:48:09 +01:00
commit e5fcb245e6

View file

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