]> git.phdru.name Git - bookmarks_db.git/blobdiff - Writers/bkmk_wflad.py
2039!
[bookmarks_db.git] / 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))