mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-24 10:12:18 -05:00
Display times as local times in entry activity
This commit is contained in:
parent
f7019c7cec
commit
917886f38f
@ -423,7 +423,7 @@ namespace keepass2android
|
|||||||
|
|
||||||
private String getDateTime(DateTime dt)
|
private String getDateTime(DateTime dt)
|
||||||
{
|
{
|
||||||
return dt.ToString("g", CultureInfo.CurrentUICulture);
|
return dt.ToLocalTime().ToString("g", CultureInfo.CurrentUICulture);
|
||||||
}
|
}
|
||||||
|
|
||||||
private String concatTags(List<string> tags)
|
private String concatTags(List<string> tags)
|
||||||
|
Loading…
Reference in New Issue
Block a user