mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 02:34:53 +01:00
bitwarden
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user