This is an automated email from the ASF dual-hosted git repository.
mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 734a8f2 Update board meeting timezone to UTC
734a8f2 is described below
commit 734a8f2e2177f10c782606fb020689945be879ef
Author: Matt Sicker <[email protected]>
AuthorDate: Mon Apr 13 20:01:57 2020 -0500
Update board meeting timezone to UTC
---
lib/whimsy/asf/board.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/whimsy/asf/board.rb b/lib/whimsy/asf/board.rb
index 8c0ce04..e282b06 100644
--- a/lib/whimsy/asf/board.rb
+++ b/lib/whimsy/asf/board.rb
@@ -3,7 +3,7 @@ require 'tzinfo'
module ASF
module Board
- TIMEZONE = TZInfo::Timezone.get('US/Pacific')
+ TIMEZONE = TZInfo::Timezone.get('UTC')
# sorted list of Directors
# default to names only
@@ -45,7 +45,7 @@ module ASF
time = Chronic.parse('3rd wednesday next month')
end
- time = TIMEZONE.local_to_utc(Time.parse("#{time.to_date} 10:30am"))
+ time = TIMEZONE.local_to_utc(Time.parse("#{time.to_date} 9:30pm"))
end
time