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; }