Removed DateTimeExtensions

This commit is contained in:
Mark McDowall
2014-03-28 16:45:29 -07:00
parent da5713688d
commit 9645fb07db
3 changed files with 2 additions and 26 deletions
@@ -1,4 +1,5 @@
using System;
using System.Globalization;
using System.Runtime.InteropServices;
namespace NzbDrone.Common.EnvironmentInfo
@@ -18,7 +19,7 @@ namespace NzbDrone.Common.EnvironmentInfo
IsLinux = IsMono && !IsOsx;
IsWindows = !IsMono;
FirstDayOfWeek = DateTime.Today.GetFirstDayOfWeek().DayOfWeek;
FirstDayOfWeek = CultureInfo.CurrentCulture.DateTimeFormat.FirstDayOfWeek;
if (!IsMono)
{