We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8489a87 commit 1cc084cCopy full SHA for 1cc084c
.gitignore
@@ -17,6 +17,7 @@ develop-eggs
17
18
# Installer logs
19
pip-log.txt
20
+installed_files.txt
21
22
# Unit test / coverage reports
23
.coverage
geeknote/out.py
@@ -284,7 +284,7 @@ def printDate(timestamp):
284
285
# ---
286
287
- return datetime.date.strftime(datetime.date.fromtimestamp(timestamp / 1000), "%d.%m.%Y")
+ return datetime.date.strftime(datetime.date.fromtimestamp(timestamp), "%d.%m.%Y")
288
289
def printLine(line, endLine="\n", out=sys.stdout):
290
message = line + endLine
0 commit comments