Skip to content

Commit

Permalink
Merge pull request #94 from elastic/danhermann-patch-2
Browse files Browse the repository at this point in the history
Update location_times.rb for current Logstash team
  • Loading branch information
danhermann committed Jan 14, 2019
2 parents 0752670 + e161fe4 commit 3eea908
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions lib/jarvis/location_times.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
module Jarvis
class LocationTimes
ZONES = {
' Berlin' => 'Europe/Berlin',
'London/Lisbon' => 'Europe/London',
' Montreal' => 'America/Montreal',
' Minneapolis' => 'America/Chicago',
'American Fork' => 'America/Denver',
'Mountain View' => 'America/Los_Angeles'
' London/Lisbon' => 'Europe/London',
'Montreal/Mass/Atlanta' => 'America/Montreal',
' Texas' => 'America/Chicago',
'Seattle/Mountain View' => 'America/Los_Angeles'
}

def initialize(utc = Time.now.utc)
Expand Down

0 comments on commit 3eea908

Please sign in to comment.