From: Oleg Broytman Date: Mon, 19 Dec 2011 22:34:53 +0000 (+0000) Subject: 2039! X-Git-Tag: v4.5.3~22 X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=commitdiff_plain;h=3fa95e7ba73b268164c50290b394e57fcf790cf0 2039! git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@354 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23 --- diff --git a/Writers/bkmk_wflad.py b/Writers/bkmk_wflad.py index a848e6c..a82c52c 100644 --- a/Writers/bkmk_wflad.py +++ b/Writers/bkmk_wflad.py @@ -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))