This is an automated email from the ASF dual-hosted git repository.
sebb 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 c0da7f6a Fix up stale date reference
c0da7f6a is described below
commit c0da7f6aec2d6315939f379c83e3aafb280da73d
Author: Sebb <[email protected]>
AuthorDate: Fri Feb 16 23:10:10 2024 +0000
Fix up stale date reference
---
www/members/meeting.cgi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/members/meeting.cgi b/www/members/meeting.cgi
index 9dc11122..c6839018 100755
--- a/www/members/meeting.cgi
+++ b/www/members/meeting.cgi
@@ -10,6 +10,7 @@ require 'wunderbar/jquery/stupidtable'
require 'whimsy/asf/meeting-util'
DTFORMAT = '%A, %d %B %Y at %H:%M %z'
TADFORMAT = '%Y%m%dT%H%M%S'
+WDAYFORMAT = '%A'
ICS_FILE = 'ASF-members-meeting.ics' # see Meetings/meeting-template/
ERROR_DATE = Time.new(1970, 1, 1) # An obvious error value 8-)
@@ -143,7 +144,7 @@ _html do
_p do
_ 'Currently, we will need '
_span.text_primary attend_irc
- _ " Members attending the first half of the meeting on Tuesday and
respond to Roll Call to reach quorum and continue the meeting."
+ _ " Members to attend the meeting on
#{ics_date.strftime(WDAYFORMAT)} and respond to Roll Call to reach quorum and
continue the meeting."
_ " Calculation: Total voting members: #{num_members}, with one
third for quorum: #{quorum_need}, minus previously submitted proxies:
#{num_proxies}"
end
_p do