mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 12:45:01 +00:00
fix: Using UTC for tracking durations
This commit is contained in:
@@ -43,7 +43,7 @@ namespace ICD.Common.Utils.Services.Logging
|
||||
{
|
||||
m_Severity = severity;
|
||||
m_Message = message;
|
||||
m_Timestamp = IcdEnvironment.GetLocalTime().ToUniversalTime();
|
||||
m_Timestamp = IcdEnvironment.GetUtcTime();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user