This is an automated email from the ASF dual-hosted git repository.
clr 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 fa6aa762 Update memstat.json.rb (#145)
fa6aa762 is described below
commit fa6aa7627b26f4b9412522c0b667748ce6dc6ecf
Author: Craig L Russell <[email protected]>
AuthorDate: Sat Apr 23 10:42:55 2022 -0700
Update memstat.json.rb (#145)
Add server time zone to timestamp for submitted document
---
www/roster/views/actions/memstat.json.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/roster/views/actions/memstat.json.rb
b/www/roster/views/actions/memstat.json.rb
index 39e72989..78399c89 100644
--- a/www/roster/views/actions/memstat.json.rb
+++ b/www/roster/views/actions/memstat.json.rb
@@ -6,7 +6,7 @@ raise Exception.new("Unable to find member entry for
#{@userid}") unless entry
USERID = user.id
USERMAIL = "#{USERID}@apache.org"
USERNAME = user.cn
-TIMESTAMP = (DateTime.now.strftime "%Y-%m-%d %H:%M:%S")
+TIMESTAMP = (DateTime.now.strftime "%Y-%m-%d %H:%M:%S %:z")
# identify file to be updated
members_txt = ASF::SVN.svnpath!('foundation', 'members.txt')