[PR #6554] Replace ZonedDateTime with Instant #12813

Closed
opened 2026-04-11 03:51:43 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/bitwarden/android/pull/6554

State: closed
Merged: Yes


🎟️ Tracking

N/A

📔 Objective

This PR replaces the usage of ZonedDateTime with Instant. All the dates in the app are in UTC already and the Bitwarden SDK uses Instant as well. This should simplify logic within the app and remove the need to convert class types when interacting with the SDK.

**Original Pull Request:** https://github.com/bitwarden/android/pull/6554 **State:** closed **Merged:** Yes --- ## 🎟️ Tracking N/A ## 📔 Objective This PR replaces the usage of `ZonedDateTime` with `Instant`. All the dates in the app are in UTC already and the Bitwarden SDK uses Instant as well. This should simplify logic within the app and remove the need to convert class types when interacting with the SDK.
GiteaMirror added the pull-request label 2026-04-11 03:51:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#12813