aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Models/Converters
Commit message (Collapse)AuthorAgeFilesLines
* Split front and back end.crupest2020-10-272-74/+0
|
* ...crupest2020-08-111-21/+21
|
* Post list modified since now consider username change. And make all datetime ↵crupest2020-08-112-3/+55
| | | | utc.
* ...crupest2020-01-301-1/+0
|
* Fix the format in date string.crupest2019-12-111-1/+1
| | | | | Note: Because standard date time format "s" in Dot Net does not add "Z" at the tail of the result string even if the date is UTC. So I manually add it so that web browser can correctly parse the date string.
* Migrate to System.Text.Json . Format enum to string instead of number. Use ↵crupest2019-11-201-0/+23
ISO8601 format for datetime.