Skip to content

Commit

Permalink
[COST-3814] use isoformat for timestamp (#4858)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoodfred authored Jan 8, 2024
1 parent 74e0289 commit ef98d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions koku/subs/subs_data_messenger.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ def process_azure_row(self, row):
msg = self.build_subs_msg(
instance_id,
row["subs_account"],
str(start),
str(end),
start.isoformat(),
end.isoformat(),
row["subs_vcpu"],
row["subs_sla"],
row["subs_usage"],
Expand Down

0 comments on commit ef98d21

Please sign in to comment.