git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@350
fdd5c36f-1aea-0310-aeeb-
c58d7e2b6c23
AddDate: %s
Comment: %s
LastModified: %s
-""" % (level, f.name, strftime(f.add_date), f.comment, f.last_modified or ''))
+""" % (level, f.name, strftime(f.add_date), f.comment, strftime(f.last_modified)))
def bookmark(self, b, level):
self.outfile.write("""
from bkmk_wflad import writer_flad
-def strftime(s):
- return time.strftime("%a %d %b %Y %T", time.localtime(int(s)))
-
-
class writer_flad_err(writer_flad):
filename = "bookmarks_db.errors"