Fix class name 9f
This commit is contained in:
@ -253,7 +253,7 @@ class EntryCSVProcessor:
|
||||
# entry_dateをdatetimeに変換
|
||||
if 'entry_date' in row:
|
||||
try:
|
||||
entry_date = datetime.strptime(row['entry_date'], '%Y/%m/%d %H:%M:%S')
|
||||
entry_date = datetime.strptime(row['entry_date'], '%Y/%m/%d %H:%M')
|
||||
except ValueError:
|
||||
entry_date = datetime.strptime(row['entry_date'], '%Y/%m/%d')
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user