mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 02:34:53 +01:00
bitwarden
This commit is contained in:
@@ -97,9 +97,12 @@ if _ACTION == "flip":
|
||||
# accessed = "08/07/2014 18:30:45"
|
||||
# )
|
||||
create_date = filedate.File(_FULL_PATH + _FILE).get()
|
||||
new_date = {"created": create_date["created"],
|
||||
"modified": create_date["modified"],
|
||||
"accessed":create_date["accessed"]
|
||||
c = create_date["created"]
|
||||
m = create_date["modified"]
|
||||
a = create_date["accessed"]
|
||||
new_date = {"created": c,
|
||||
"modified": m,
|
||||
"accessed":a
|
||||
}
|
||||
print(create_date)
|
||||
print(create_date["created"])
|
||||
|
||||
Reference in New Issue
Block a user