yurloc / iypt-planner

Helps organizers of IYPT tournament schedule juries
4 stars 0 forks source link

Include timestamp and version in reports #44

Closed yurloc closed 8 years ago

yurloc commented 9 years ago

Export-PDFs: add timestamp (versioning) a timestamp both in the file and in its filename would be helpful, as we keep updating the pages and want to make sure not to distribute out of date information.

yurloc commented 8 years ago

Timestamp in file name has been included from the beginning. It is in big-endian fashion - the most significant date component comes first (i.e. year, month, day, etc.). Therefore after sorting files by name, they are naturally sorted by creation date. The format is YYMMDD_hhmmss_type-of-report.

I have just added timestamps into the reports as well. The format is kind of ISO 8601 to prevent any confusion. Example: 2016-06-20 23:35:15 (+0200).