Skip to content

Commit

Permalink
change timestamp represent
Browse files Browse the repository at this point in the history
  • Loading branch information
swjeong9 committed Jun 21, 2024
1 parent 00da115 commit 792ed11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/spot-dataset/aws/sps_collector/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
print(f"사용한 credential range : {(start_credential_index, current_credential_index)}")

# ------ Add Time Column ------
time_value = timestamp_utc.strftime("%Y/%m/%d %H:%M:%S")
time_value = timestamp_utc.strftime("%Y-%m-%d %H:%M:%S")
sps_df['Time'] = time_value

start_time = time()
Expand Down

0 comments on commit 792ed11

Please sign in to comment.