Display times as local times in entry activity
This commit is contained in:
@@ -423,7 +423,7 @@ namespace keepass2android
|
||||
|
||||
private String getDateTime(DateTime dt)
|
||||
{
|
||||
return dt.ToString("g", CultureInfo.CurrentUICulture);
|
||||
return dt.ToLocalTime().ToString("g", CultureInfo.CurrentUICulture);
|
||||
}
|
||||
|
||||
private String concatTags(List<string> tags)
|
||||
|
Reference in New Issue
Block a user