[PR #2115] [MERGED] [SG-690] DateTime to Utc fix #3363

Closed
opened 2025-11-26 23:31:44 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2115
Author: @andrebispo5
Created: 10/4/2022
Status: Merged
Merged: 10/5/2022
Merged by: @trmartin4

Base: masterHead: bugfix/SG-690-datetimefix


📝 Commits (2)

  • 218fef8 [SG-690] DateTime to Utc fix
  • 871f910 [SG-690] Removed Utc from server side datetime.

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 src/App/App.xaml.cs (+1 -1)
📝 src/App/Pages/Accounts/LoginPasswordlessViewModel.cs (+2 -2)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Fixed date time object that was not being converted to universal time.

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team

🔄 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/bitwarden/android/pull/2115 **Author:** [@andrebispo5](https://github.com/andrebispo5) **Created:** 10/4/2022 **Status:** ✅ Merged **Merged:** 10/5/2022 **Merged by:** [@trmartin4](https://github.com/trmartin4) **Base:** `master` ← **Head:** `bugfix/SG-690-datetimefix` --- ### 📝 Commits (2) - [`218fef8`](https://github.com/bitwarden/android/commit/218fef82175a3da13bb00ceade412cd9d2f3142a) [SG-690] DateTime to Utc fix - [`871f910`](https://github.com/bitwarden/android/commit/871f91071a89de42b80da390ae83a4c5f0ff9236) [SG-690] Removed Utc from server side datetime. ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/App/App.xaml.cs` (+1 -1) 📝 `src/App/Pages/Accounts/LoginPasswordlessViewModel.cs` (+2 -2) </details> ### 📄 Description ## Type of change - [X] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Fixed date time object that was not being converted to universal time. ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If this change has particular **deployment requirements** - notify the DevOps team --- <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 2025-11-26 23:31:44 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#3363