Skip to content

Commit 2373c40

Browse files
committed
updated creation time to datetime
1 parent eaa04bd commit 2373c40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sempy_labs/_capacities.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,8 @@ def list_storage_accounts(
11291129

11301130
bool_cols = ["Is HNS Enabled", "Supports HTTPS Traffic Only"]
11311131
df[bool_cols] = df[bool_cols].astype(bool)
1132+
df["Creation Time"] = pd.to_datetime(df["Creation Time"])
1133+
11321134

11331135
return df
11341136

0 commit comments

Comments
 (0)