Description
Fork currently displays commit dates using relative/localized values such as Today at 10:00, Yesterday at 16:49, and Jun 6, 2026 at 14:31.
Please add an option to:
- Disable relative date formatting (
Today / Yesterday).
- Display commit dates in a numeric ISO-style format, for example
2026-07-21 or 2026-07-21 10:00.
- Ideally, allow users to choose a date format or follow the macOS system date format.
Current behavior
Changing macOS System Settings → General → Language & Region → Date format to 2026-07-21 does not affect Fork, even after restarting the application.
Expected behavior
The commit list should offer a stable, locale-independent numeric date format and an option to turn off relative dates.
Environment
- Fork for Mac 2.69.0
- macOS
Description
Fork currently displays commit dates using relative/localized values such as
Today at 10:00,Yesterday at 16:49, andJun 6, 2026 at 14:31.Please add an option to:
Today/Yesterday).2026-07-21or2026-07-21 10:00.Current behavior
Changing macOS System Settings → General → Language & Region → Date format to
2026-07-21does not affect Fork, even after restarting the application.Expected behavior
The commit list should offer a stable, locale-independent numeric date format and an option to turn off relative dates.
Environment