Message date/time is now sent to the browser in unix timestamp format
authorArt Cancro <ajc@citadel.org>
Mon, 3 Jan 2022 20:13:44 +0000 (15:13 -0500)
committerArt Cancro <ajc@citadel.org>
Mon, 3 Jan 2022 20:13:44 +0000 (15:13 -0500)
commit9bc6e22ca790e9ea0917a95a156306345f59e1e8
treea293c9d4862d70c4f234acd4d6622bce2fa5f35a
parent0d2b829009528b4128e35508500b2f07451cefca
Message date/time is now sent to the browser in unix timestamp format
and converted to a displayable date/time in the local timezone by the
browser.
webcit-ng/forum_view.c
webcit-ng/static/js/util.js
webcit-ng/static/js/view_forum.js