Skip to content

Commit

Permalink
Keep PortalSettings.TimeZone default as Local
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Dec 6, 2019
1 parent 7d4c175 commit 315eb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DNN Platform/Library/Entities/Portals/PortalSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ public bool IsThisPortalLocked
get { return PortalController.GetPortalSettingAsBoolean("IsLocked", PortalId, false); }
}

public TimeZoneInfo TimeZone { get; set; }
public TimeZoneInfo TimeZone { get; set; } = TimeZoneInfo.Local;

public string PageHeadText
{
Expand Down

0 comments on commit 315eb2e

Please sign in to comment.