Skip to content

Commit f60bb2e

Browse files
authored
Change case for consistency (#6151)
1 parent 1d193a3 commit f60bb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebJobs.Script.WebHost/Diagnostics/EtwEventGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics
99
{
1010
internal class EtwEventGenerator : IEventGenerator
1111
{
12-
private const string EventTimestampFormat = "o";
12+
private const string EventTimestampFormat = "O";
1313
private readonly AzureMonitorDiagnosticLogsEventSource _azureMonitorEventSource;
1414

1515
public EtwEventGenerator()

0 commit comments

Comments
 (0)