Skip to content

Commit

Permalink
Adding 2016 South and East dates
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaberer committed Jun 30, 2015
1 parent 41cfa7a commit 55ade1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/cinch/plugins/pax-timer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ def next_pax(m)
estimated: false },
{ type: 'south',
name: 'PAX South',
date: Time.parse('2016-01-15 08:00:00 -06:00'),
estimated: true },
date: Time.parse('2016-01-29 08:00:00 -06:00'),
estimated: false },
{ type: 'east',
name: 'PAX East',
date: Time.parse('2015-03-06 08:00:00 -05:00'),
date: Time.parse('2016-04-22 08:00:00 -05:00'),
estimated: false }
]

Expand Down

0 comments on commit 55ade1d

Please sign in to comment.