Skip to content

Commit

Permalink
added London time
Browse files Browse the repository at this point in the history
Fixes: #20
  • Loading branch information
rvagg committed Oct 11, 2017
1 parent 1a67f5b commit fb42f23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make-node-meeting.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Node.js Foundation $GROUP_NAME Meeting $utc_short
| US / Mountain | $(TZ=US/Mountain date --date="$meeting_date" +"$common_fmt") |
| US / Central | $(TZ=US/Central date --date="$meeting_date" +"$common_fmt") |
| US / Eastern | $(TZ=US/Eastern date --date="$meeting_date" +"$common_fmt") |
| London | $(TZ=Europe/London date --date="$meeting_date" +"$common_fmt") |
| Amsterdam | $(TZ=Europe/Amsterdam date --date="$meeting_date" +"$common_fmt") |
| Moscow | $(TZ=Europe/Moscow date --date="$meeting_date" +"$common_fmt") |
| Chennai | $(TZ=Asia/Kolkata date --date="$meeting_date" +"$common_fmt") |
Expand Down

0 comments on commit fb42f23

Please sign in to comment.