[PR #5477] [MERGED] Fix passwordRevisionDate format #3624

Closed
opened 2026-03-03 10:05:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/5477
Author: @BlackDex
Created: 1/27/2025
Status: Merged
Merged: 1/27/2025
Merged by: @dani-garcia

Base: mainHead: fix-pwrevision-date


📝 Commits (1)

  • fc00b7f Fix passwordRevisionDate format

📊 Changes

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

View changed files

📝 src/db/models/cipher.rs (+7 -2)

📄 Description

The passwordRevisionDate format was not converted to a valid format understand by the mobile clients. Fixed this by checking if it's not null and then convert the timestamp to a valid format.


🔄 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/dani-garcia/vaultwarden/pull/5477 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 1/27/2025 **Status:** ✅ Merged **Merged:** 1/27/2025 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-pwrevision-date` --- ### 📝 Commits (1) - [`fc00b7f`](https://github.com/dani-garcia/vaultwarden/commit/fc00b7ff0947f3d05e41204d31c0bfcf56d1ff40) Fix passwordRevisionDate format ### 📊 Changes **1 file changed** (+7 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/db/models/cipher.rs` (+7 -2) </details> ### 📄 Description The `passwordRevisionDate` format was not converted to a valid format understand by the mobile clients. Fixed this by checking if it's not `null` and then convert the timestamp to a valid format. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 10:05:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#3624
No description provided.