This is an automated email from the ASF dual-hosted git repository.
rubys 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 7ef8fa5 zap Time; may make the tests pass again
7ef8fa5 is described below
commit 7ef8fa5cd738aa41ca078a783dc1adb9ef903bc1
Author: Sam Ruby <[email protected]>
AuthorDate: Wed Apr 29 17:12:51 2020 -0400
zap Time; may make the tests pass again
---
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 766a50d..d4bc5c7 100644
--- a/lib/whimsy/asf/board.rb
+++ b/lib/whimsy/asf/board.rb
@@ -67,7 +67,7 @@ module ASF
time = Chronic.parse('3rd wednesday next month')
end
- time = TIMEZONE.Time.parse("#{time.to_date} 21:30")
+ time = TIMEZONE.parse("#{time.to_date} 21:30")
end
time
@@ -88,7 +88,7 @@ module ASF
time = Chronic.parse('3rd wednesday last month')
end
- time = TIMEZONE.Time.parse("#{time.to_date} 21:30")
+ time = TIMEZONE.parse("#{time.to_date} 21:30")
end
time