jacobwb / hashover

Free and Open Source PHP Comment System

Home Page:http://tildehash.com/?page=hashover

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion: Save time of post in 24 hours format

q2apro opened this issue · comments

Currently time gets saved with AM or PM:

<date>01/02/2015 - 12:00am</date>

For internationalization, I suggest to save the time in 24:00 format.

Furthermore I suggest to save the date in Format: 2015-02-01

PS: As a workaround I am using $cmt_date = date('H:i', strtotime($get_cmtdate[1])) . ' heute'; for now.

The saved date should be some kind of standard, yes, probably ISO 8601.