mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-13 13:45:59 +00:00
[Request] EXEBuildDate should store in YYYY-MM-DD format for submissions #379
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sadikyo on GitHub (Jan 9, 2022).
Originally assigned to: @mnadareski on GitHub.
Version
What version are you using?
Build
What runtime version are you using?
Describe the issue
The EXE / Build Date should store in the submission data exactly to match redump, for example - YYYY-MM-DD, or 2001-12-16
Some discs (this example was Saturn, which I assume pulled it from header), just stores as YYYYMMDD.
This isn't a major problem, but since redump only accepts with the hyphens, it could be more efficient to include the hyphens, so when users submit it, no other changes are needed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
YYYY-MM-DD
Screenshots
N/A
Additional context
N/A