bitwarden

This commit is contained in:
jaydee
2024-09-26 23:11:34 +02:00
parent b7be45fbde
commit c73defbe19

View File

@@ -100,9 +100,9 @@ if _ACTION == "flip":
c = create_date["created"]
m = create_date["modified"]
a = create_date["accessed"]
new_date = {"created": c.strftime("%D/%M/%Y %H:%M:%S"),
"modified": m.strftime("%D/%M/%Y %H:%M:%S"),
"accessed":a.strftime("%D/%M/%Y %H:%M:%S")
new_date = {"created": c.strftime("%m/%d/%Y %H:%M:%S"),
"modified": m.strftime("%m/%d/%Y %H:%M:%S"),
"accessed":a.strftime("%m/%d/%Y %H:%M:%S")
}
print(create_date)
print(create_date["created"])