mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-06-17 10:19:25 +00:00
timestamp tweaks, adding tdl
This commit is contained in:
@@ -162,7 +162,7 @@ def meta(entries = FILES):
|
||||
for filename in entries:
|
||||
ctime = os.path.getctime(filename)
|
||||
wc = subprocess.check_output(["wc","-w",filename]).split()[0]
|
||||
timestamp = time.strftime("%Y-%m-%d %H:%M", time.localtime(ctime))
|
||||
timestamp = time.strftime("%Y-%m-%d at %H:%M", time.localtime(ctime))
|
||||
date = "-".join(parse_date(filename))
|
||||
author = os.path.split(os.path.split(os.path.split(os.path.split(filename)[0])[0])[0])[1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user