]> git.phdru.name Git - bookmarks_db.git/blobdiff - Writers/bkmk_wflad_err.py
Process mozilla-specific date/time representation.
[bookmarks_db.git] / Writers / bkmk_wflad_err.py
index b7b29770c765e5de1fd345f304a01db439e4d231..356a65e66f67e32bc3df60ce0832063d8432c517 100644 (file)
@@ -10,12 +10,11 @@ __author__ = "Oleg Broytman <phd@phdru.name>"
 __copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
 __license__ = "GNU GPL"
 
-import time
-from bkmk_wflad import writer_flad
+__all__ = ['writer_flad_err']
 
 
-def strftime(s):
-   return time.strftime("%a %d %b %Y %T", time.localtime(int(s)))
+import time
+from bkmk_wflad import writer_flad
 
 
 class writer_flad_err(writer_flad):