Fix Update info error

This commit is contained in:
2022-05-15 10:48:16 +08:00
parent f4ad46ae53
commit 92c92e0ccb
5 changed files with 23 additions and 6 deletions

View File

@@ -140,7 +140,7 @@ namespace GrasscutterTools
BeginInvoke(new Action(() =>
{
var r = MessageBox.Show(
string.Format(Resources.NewVersionInfo, info.Name, info.CraeteTime, info.Body),
string.Format(Resources.NewVersionInfo, info.Name, info.CraeteTime.ToLocalTime(), info.Body),
Resources.CheckToNewVersion,
MessageBoxButtons.YesNo,
MessageBoxIcon.Information);