mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +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();
|
var lastSync = await _syncService.GetLastSyncAsync();
|
||||||
if(lastSync != null)
|
if(lastSync != null)
|
||||||
{
|
{
|
||||||
|
lastSync = lastSync.Value.ToLocalTime();
|
||||||
_lastSyncDate = string.Format("{0} {1}", lastSync.Value.ToShortDateString(),
|
_lastSyncDate = string.Format("{0} {1}", lastSync.Value.ToShortDateString(),
|
||||||
lastSync.Value.ToShortTimeString());
|
lastSync.Value.ToShortTimeString());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue