Skip to content

Commit

Permalink
use datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
esebesto committed Nov 3, 2023
1 parent 35fb2a2 commit 713e9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nise/generators/azure/azure_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def _add_common_usage_info(self, row, start, end, **kwargs):
row["BillingPeriodEndDate"] = self.last_day_of_month(start).strftime(DATE_FMT)
else:
row["SubscriptionGuid"] = self.subscription_guid
row["UsageDateTime"] = start.strftime(DATE_FMT)
row["UsageDateTime"] = start.strftime("%Y-%m-%d %H:%M:%S")
return row

def _add_tag_data(self, row):
Expand Down

0 comments on commit 713e9f4

Please sign in to comment.