summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelprofile.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-10-03 23:47:19 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-10-03 23:47:19 +0300
commitf7cc8e4c8c70bd6a48b9c3a8e99bef13ebca7d89 (patch)
tree73ae6edccd66cb50f68d10933d8f559dd614018f /indra/newview/llpanelprofile.cpp
parent5404708de0cce19cb4b35fae10d78c447932e4ba (diff)
SL-18047 Birthdate one day early
Diffstat (limited to 'indra/newview/llpanelprofile.cpp')
-rw-r--r--indra/newview/llpanelprofile.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp
index f4eaa78f11..d3898afcbd 100644
--- a/indra/newview/llpanelprofile.cpp
+++ b/indra/newview/llpanelprofile.cpp
@@ -1280,6 +1280,8 @@ void LLPanelProfileSecondLife::fillRightsData()
void LLPanelProfileSecondLife::fillAgeData(const LLDate &born_on)
{
+ // Date from server comes already converted to stl timezone,
+ // so display it as an UTC + 0
std::string name_and_date = getString("date_format");
LLSD args_name;
args_name["datetime"] = (S32)born_on.secondsSinceEpoch();