[PR #2960] [MERGED] :electron: Fix backup time format in electron #4610

Closed
opened 2026-02-28 20:58:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2960
Author: @MikesGlitch
Created: 7/2/2024
Status: Merged
Merged: 7/2/2024
Merged by: @youngcw

Base: masterHead: fix/electron-backup-time


📝 Commits (3)

📊 Changes

2 files changed (+7 additions, -1 deletions)

View changed files

📝 packages/loot-core/src/server/backups.ts (+1 -1)
upcoming-release-notes/2960.md (+6 -0)

📄 Description

Previously we were showing 12 hour format for both AM and PM without showing the fact it was AM or PM.

I've changed it to 24h format so the time is always shown correctly.

Old (incorrectly appears like "4:41" - people would assume AM)
image

New (shows 24H format)
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/2960 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 7/2/2024 **Status:** ✅ Merged **Merged:** 7/2/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `fix/electron-backup-time` --- ### 📝 Commits (3) - [`df53a63`](https://github.com/actualbudget/actual/commit/df53a6313177f41129f5ed3c0e0cd40b0afe2ed1) fix backup time in electron - [`c00d1e8`](https://github.com/actualbudget/actual/commit/c00d1e854a4f975ba043c55212916289bd702b03) release notes - [`241c239`](https://github.com/actualbudget/actual/commit/241c239d24ad6331c7c7ba54f3c9acad9c5489cb) bugfix not maintenance ### 📊 Changes **2 files changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/backups.ts` (+1 -1) ➕ `upcoming-release-notes/2960.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Previously we were showing 12 hour format for both AM and PM without showing the fact it was AM or PM. I've changed it to 24h format so the time is always shown correctly. **Old (incorrectly appears like "4:41" - people would assume AM)** ![image](https://github.com/actualbudget/actual/assets/5285928/4e244a23-cc73-4c8c-9548-a345d2ea84af) **New (shows 24H format)** ![image](https://github.com/actualbudget/actual/assets/5285928/f6f99b34-87c4-406b-94cb-7c10e36782eb) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:58:27 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#4610