System/Auction/TransactionRecordWin.cs
@@ -199,7 +199,7 @@ }); textName.text = UIHelper.GetItemName(itemConfig.ID, true); textName.color = UIHelper.GetUIColor(itemConfig.ItemColor, true); timeText.text = item.putAwayTime.ToString("dd-MM-yyyy HH:mm:ss"); timeText.text = item.putAwayTime.ToString("yyyy-MM-dd HH:mm:ss"); } private void OnCreateGridTypeCell(ScrollerController gridCtrl)