Update info regarding time format

This commit is contained in:
WillyPillow 2020-09-15 00:31:11 +08:00
parent 01110f8253
commit 2de76980ae
No known key found for this signature in database
GPG Key ID: 3839E194B1415A9C

View File

@ -133,7 +133,7 @@ Most of the fields should be fairly self-explanatory.
- `template-reponame` - `template-reponame`
- `template-buildtime` - `template-buildtime`
- `template-installtime` - `template-installtime`
- The times are in ISO 8601 format, and can be parsed in Python with `datetime.datetime.fromisoformat()`. - The times are in UTC, and are of the format `YYYY-MM-DD HH:MM:SS`.
- `template-licence` - `template-licence`
- `template-url` - `template-url`
- `template-summary` - `template-summary`