diff --git a/Src/CrispyWaffle/Log/Adapters/RollingTextFileLogAdapter.cs b/Src/CrispyWaffle/Log/Adapters/RollingTextFileLogAdapter.cs index 658457e9..4b847e15 100644 --- a/Src/CrispyWaffle/Log/Adapters/RollingTextFileLogAdapter.cs +++ b/Src/CrispyWaffle/Log/Adapters/RollingTextFileLogAdapter.cs @@ -284,7 +284,7 @@ private void WriteToFile(LogLevel level, string content, string fileName = defau { Application = EnvironmentHelper.ApplicationName, Category = category == default ? _defaultCategory : category, - Date = DateTime.Now, + Date = DateTime.UtcNow, Hostname = EnvironmentHelper.Host, Id = Guid.NewGuid().ToString(), IpAddress = EnvironmentHelper.IpAddress,