Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split front and back end. | crupest | 2020-10-27 | 1 | -23/+0 |
| | |||||
* | ... | crupest | 2020-08-11 | 1 | -21/+21 |
| | |||||
* | Post list modified since now consider username change. And make all datetime ↵ | crupest | 2020-08-11 | 1 | -3/+4 |
| | | | | utc. | ||||
* | ... | crupest | 2020-01-30 | 1 | -1/+0 |
| | |||||
* | Fix the format in date string. | crupest | 2019-12-11 | 1 | -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 ↵ | crupest | 2019-11-20 | 1 | -0/+23 |
ISO8601 format for datetime. |