mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
DST setting wasn't transferred to client, leading to wrong time display.
This commit is contained in:
@@ -136,7 +136,7 @@ namespace OpenSim.Framework.Communications.Services
|
||||
|
||||
private void SetDefaultValues()
|
||||
{
|
||||
DST = "N";
|
||||
DST = TimeZone.CurrentTimeZone.IsDaylightSavingTime(DateTime.Now) ? "Y" : "N";
|
||||
StipendSinceLogin = "N";
|
||||
Gendered = "Y";
|
||||
EverLoggedIn = "Y";
|
||||
|
||||
Reference in New Issue
Block a user