mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +03:00
sync date on settings list is local
This commit is contained in:
parent
83f8989d1f
commit
8e1753ea37
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue