Comment creation date show as 12-hour clock instead of 24-hour clock.

Issue #119 resolved
Former user created an issue

When creating a new comment, the timestamp is shown as 12-hour clock instead of 24-hour clock, refreshing the page fix the issue.

Comments (5)

  1. Valtyr Farshield

    This can be fixed by capitalizing the H letter in DATE_FORMAT(created, \'%m/%d/%Y %h:%i:%s\') from comments.php. However it would be nice if the comments were just in Eve data/time format, e.g. 2016-05-23 21:39.

  2. Log in to comment