mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-13 11:44:57 +00:00
feat: Adding SimplSharpMono environment (for non-pro 4-series environment)
fix: Fix error in console FixLineEndings
This commit is contained in:
committed by
Chris Cameron
parent
3abb792c5c
commit
68365553ed
@@ -111,6 +111,7 @@ namespace ICD.Common.Utils
|
||||
{
|
||||
switch (IcdEnvironment.RuntimeEnvironment)
|
||||
{
|
||||
case IcdEnvironment.eRuntimeEnvironment.SimplSharpMono:
|
||||
case IcdEnvironment.eRuntimeEnvironment.SimplSharpProMono:
|
||||
date = StringUtils.RemoveDuplicateWhitespace(date);
|
||||
return DateTime.ParseExact(date, "MMM d yyyy", CultureInfo.InvariantCulture).ToUniversalTime();
|
||||
|
||||
Reference in New Issue
Block a user