[Request] EXEBuildDate should store in YYYY-MM-DD format for submissions #379

Closed
opened 2026-01-29 16:15:31 +00:00 by claunia · 0 comments
Owner

Originally created by @sadikyo on GitHub (Jan 9, 2022).

Originally assigned to: @mnadareski on GitHub.

Version
What version are you using?

  • Stable release (version here)
  • WIP release (2.2-d99f912a / 2.2-762)

Build
What runtime version are you using?

  • .NET Framework 4.7.2 running on (Operating System)
  • .NET Framework 4.8 running on (Windows 10)
  • .NET Core 3.1 running on (Operating System)

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:

  1. Dump disc
  2. Look at EXEBuildDate

Expected behavior
YYYY-MM-DD

Screenshots
N/A

Additional context
N/A

Originally created by @sadikyo on GitHub (Jan 9, 2022). Originally assigned to: @mnadareski on GitHub. **Version** What version are you using? - [ ] Stable release (version here) - [X] WIP release (2.2-d99f912a / 2.2-762) **Build** What runtime version are you using? - [ ] .NET Framework 4.7.2 running on (Operating System) - [X] .NET Framework 4.8 running on (Windows 10) - [ ] .NET Core 3.1 running on (Operating System) **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: 1. Dump disc 2. Look at EXEBuildDate **Expected behavior** YYYY-MM-DD **Screenshots** N/A **Additional context** N/A
claunia added the bug label 2026-01-29 16:15:31 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#379