Skip to content

Commit

Permalink
UTC --> timezone.utc
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and ionelmc committed Dec 14, 2023
1 parent 5f5e3b6 commit 8be63e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_benchmark/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def pytest_benchmark_generate_json(config, benchmarks, include_data, machine_inf
"machine_info": machine_info,
"commit_info": commit_info,
"benchmarks": benchmarks_json,
"datetime": datetime.now(timezone.UTC).isoformat(),
"datetime": datetime.now(timezone.utc).isoformat(),
"version": __version__,
}
for bench in benchmarks:
Expand Down

0 comments on commit 8be63e8

Please sign in to comment.