Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Use ctime() instead manual format string. Fixes 12-hour format (%I) without AM/PM (%p) specified. It is 24-hours now, as it should be. - Avoid naive datetime object. - Fix timestamp type, it is float in Python. - Remove dummy fallback branch. - Use f-strings for readability. - Always rebuild version.h if repository is dirty.
- Loading branch information