From a35331c055ebbbd3bb1860a17e4cae76dbbf5dab Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 03 三月 2025 23:05:13 +0800
Subject: [PATCH] 0312 时间格式改国际统一
---
System/Chat/ChatMineVoiceCell.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Chat/ChatMineVoiceCell.cs b/System/Chat/ChatMineVoiceCell.cs
index 1393ba6..8ce3e9a 100644
--- a/System/Chat/ChatMineVoiceCell.cs
+++ b/System/Chat/ChatMineVoiceCell.cs
@@ -41,7 +41,7 @@
avatarCell.InitUI(AvatarHelper.GetMyAvatarModel());
m_PlayerName.text = _data.name;
- m_ChatTime.text = _data.createTime.ToString("dd-MM-yyyy HH:mm");
+ m_ChatTime.text = _data.createTime.ToString("yyyy-MM-dd HH:mm");
if (_data.vipLv > 0)
{
m_VipLevel.text = "VIP";//string.Format("V{0}", _data.vipLv);
--
Gitblit v1.8.0