You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting config.timezone.value = :host calculates in inverse of the correct timezone.
For example I'm in Eastern Time which is currently -4 (due to DST), however the VM gets set to the Abu Dhabi zone which is +4.
Taking a look at the line below I see that the calculated timezone is in fact inversed on purpose, but even with the comment I can't tell why that might be.
Setting
config.timezone.value = :host
calculates in inverse of the correct timezone.For example I'm in Eastern Time which is currently -4 (due to DST), however the VM gets set to the Abu Dhabi zone which is +4.
Taking a look at the line below I see that the calculated timezone is in fact inversed on purpose, but even with the comment I can't tell why that might be.
vagrant-timezone/lib/vagrant-timezone/config.rb
Line 29 in 33c3275
For what it's worth I do get
-4
when runningTime.now.utc_offset / 3600
in RubyThe text was updated successfully, but these errors were encountered: