bitwarden

This commit is contained in:
jaydee
2024-09-26 23:10:21 +02:00
parent 4260c52344
commit b7be45fbde

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(),
"modified": m.strftime(),
"accessed":a.strftime()
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")
}
print(create_date)
print(create_date["created"])