From 2c992c3f16562b15e984e5290cd9b0ff8d0e473a Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Wed, 10 Jul 2019 23:40:21 -0400 Subject: [PATCH] This was broken, that's stupid --- indra/newview/ascentprefschat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/ascentprefschat.cpp b/indra/newview/ascentprefschat.cpp index 150c9a3a4..f58b032e4 100644 --- a/indra/newview/ascentprefschat.cpp +++ b/indra/newview/ascentprefschat.cpp @@ -153,7 +153,7 @@ void LLPrefsAscentChat::onCommitTimeDate(LLUICtrl* ctrl) } else { - short_date = "%D"; + short_date = "%m/%d/%Y"; long_date = "%A, %B %d %Y"; timestamp = "%a %b %d %Y" + timestamp; }