From a2243c854202cd117a491f937f445780df3607fd Mon Sep 17 00:00:00 2001 From: steffen123 Date: Fri, 23 Jul 2010 03:55:45 +0200 Subject: [PATCH] EVERLEAF: remove comment about converting to ET - we do not want to do that! --- pyfpdb/EverleafToFpdb.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyfpdb/EverleafToFpdb.py b/pyfpdb/EverleafToFpdb.py index b16980ed..32b22a93 100755 --- a/pyfpdb/EverleafToFpdb.py +++ b/pyfpdb/EverleafToFpdb.py @@ -152,7 +152,6 @@ or None if we fail to get the info """ # or : 2008/11/07 12:38:49 ET # Not getting it in my HH files yet, so using # 2008/11/10 3:58:52 ET - #TODO: Do conversion from GMT to ET #TODO: Need some date functions to convert to different timezones (Date::Manip for perl rocked for this) hand.startTime = datetime.datetime.strptime(m.group('DATETIME'), "%Y/%m/%d - %H:%M:%S") return