]> git.phdru.name Git - bookmarks_db.git/commitdiff
2039!
authorOleg Broytman <phd@phdru.name>
Mon, 19 Dec 2011 22:34:53 +0000 (22:34 +0000)
committerOleg Broytman <phd@phdru.name>
Mon, 19 Dec 2011 22:34:53 +0000 (22:34 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@354 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

Writers/bkmk_wflad.py

index a848e6c6a34093c64ba127440e39ec6ad00cfefa..a82c52ca586244e7024bc18ede089afb775d5ab8 100644 (file)
@@ -21,7 +21,7 @@ def strftime(s):
    if s is None:
       return s
    n = int(s)
-   if n > 10**9:
+   if n > 10**10:
       n /= 10**6
    try:
       return time.strftime("%a %d %b %Y %T", time.localtime(n))