We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e6424 commit e08e10dCopy full SHA for e08e10d
orchestrator/cli/resources/discovery_space/show_summary.py
@@ -70,7 +70,7 @@ def show_discovery_space_summary(parameters: AdoShowSummaryCommandParameters):
70
)
71
else:
72
autogenerated_name = pathlib.Path(
73
- f"space_summary_{datetime.datetime.now(datetime.UTC).timestamp()}.csv"
+ f"space_summary_{datetime.datetime.now(datetime.timezone.utc).timestamp()}.csv"
74
75
76
if parameters.output_format == AdoShowSummarySupportedOutputFormats.MARKDOWN:
0 commit comments