mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 21:33:36 +00:00
sync date on settings list is local
This commit is contained in:
@@ -74,6 +74,7 @@ namespace Bit.App.Pages
|
||||
var lastSync = await _syncService.GetLastSyncAsync();
|
||||
if(lastSync != null)
|
||||
{
|
||||
lastSync = lastSync.Value.ToLocalTime();
|
||||
_lastSyncDate = string.Format("{0} {1}", lastSync.Value.ToShortDateString(),
|
||||
lastSync.Value.ToShortTimeString());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user