We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d193a3 commit f60bb2eCopy full SHA for f60bb2e
src/WebJobs.Script.WebHost/Diagnostics/EtwEventGenerator.cs
@@ -9,7 +9,7 @@ namespace Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics
9
{
10
internal class EtwEventGenerator : IEventGenerator
11
12
- private const string EventTimestampFormat = "o";
+ private const string EventTimestampFormat = "O";
13
private readonly AzureMonitorDiagnosticLogsEventSource _azureMonitorEventSource;
14
15
public EtwEventGenerator()
0 commit comments