You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2016/05/23 13:21:04 UTC

[whimsy] branch master updated: Fix conversion

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  3b79e03   Fix conversion
3b79e03 is described below

commit 3b79e03b0fe0479af75aedd91fbea3c56de175d9
Author: Sebb <se...@apache.org>
AuthorDate: Mon May 23 14:20:54 2016 +0100

    Fix conversion
---
 www/roster/public_committee_info.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/public_committee_info.rb b/www/roster/public_committee_info.rb
index faf53f5..936d797 100644
--- a/www/roster/public_committee_info.rb
+++ b/www/roster/public_committee_info.rb
@@ -68,7 +68,7 @@ if changed? or true
     entry[:roster].each { |name, value|
       jdate = value[:date]
       if jdate
-        joined = Time.utc(jdate)
+        joined = Date.parse(jdate,'').to_time
         if joined > last_updated
           msg = "Unexpected joining date: PMC: #{pmc} Id: #{name} entry: #{value} (last_updated: #{last_updated})"
           Wunderbar.warn msg

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].