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

curcuru 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 f4bf776  Display correct time/zone
f4bf776 is described below

commit f4bf776b8a4055ce88695f074493fbce03b63626
Author: Shane Curcuru <[email protected]>
AuthorDate: Thu Feb 6 11:05:31 2020 -0500

    Display correct time/zone
---
 www/members/meeting.cgi | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/www/members/meeting.cgi b/www/members/meeting.cgi
index d0a63a0..3eeef15 100755
--- a/www/members/meeting.cgi
+++ b/www/members/meeting.cgi
@@ -100,9 +100,14 @@ _html do
             _ " Member's meeting."
           end
         else
-          _p %{
-            The Member's Meeting starts #{mtg_date.strftime(DTFORMAT)} as an 
online IRC meeting for about an hour.  We then recess for 48 hours while 
ballots are sent via email for voting. Results will be announced when we 
reconvene for about half an hour.
-          }
+          _p do
+            _ "The Member's Meeting starts at "
+            _a href: 
"http://www.timeanddate.com/worldclock/fixedtime.html?iso=#{m1_date.strftime(TADFORMAT)}"
 do
+              _span.glyphicon.glyphicon_time ''
+              _ " #{m1_date.strftime(DTFORMAT)} "
+            end
+            _ "as an online IRC meeting for about an hour.  We then recess for 
48 hours while ballots are sent via email for voting. Results will be announced 
when we reconvene for about half an hour."
+          end
           _p do
             _ 'Please read below for a Timeline of Meeting activities and 
links to how you can take action, or see additional links to the right. '
             _strong 'REMINDER: '

Reply via email to