Human readable UT

main
Bob Mottram 2020-10-04 22:44:18 +01:00
parent ef2bbfa615
commit 951577460d
1 changed files with 1 additions and 1 deletions

View File

@ -5345,7 +5345,7 @@ def htmlNewswire(newswire: str) -> str:
htmlStr += '<p class="newswireItem">' + \
'<a href="' + item[1] + '">' + item[0] + '</a><br>'
htmlStr += '<label class="newswireDate">'
htmlStr += dateStr + '</label></p>'
htmlStr += dateStr.replace('+00:00', ' UT') + '</label></p>'
return htmlStr