aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Models/Converters
Commit message (Collapse)AuthorAgeFilesLines
* ...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.