fix hour display in UTC timestamp
This commit is contained in:
parent
84385be8a6
commit
22f89928ba
@ -22,7 +22,7 @@ namespace EliteBGS.BGS {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Entry last = items.Last();
|
Entry last = items.Last();
|
||||||
return last.Timestamp.ToString("dd.MM.yyyy hh:mm UTC");
|
return last.Timestamp.ToString("dd.MM.yyyy HH:mm UTC");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user