Skip to content

Commit

Permalink
Make log file datetime format 24-hour, fix #1149
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed May 11, 2019
1 parent 45253c9 commit 21175bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BenchmarkDotNet/Running/BenchmarkRunnerClean.cs
Expand Up @@ -27,7 +27,7 @@ namespace BenchmarkDotNet.Running
{
internal static class BenchmarkRunnerClean
{
private const string DateTimeFormat = "yyyyMMdd-hhmmss";
private const string DateTimeFormat = "yyyyMMdd-HHmmss";

internal static readonly IResolver DefaultResolver = new CompositeResolver(EnvironmentResolver.Instance, InfrastructureResolver.Instance);

Expand Down

0 comments on commit 21175bf

Please sign in to comment.