Topic: error on this website

Just added this bank and when trying to set it up got the following error. Settings were copied from another application

Traceback (most recent call last):
  File "/usr/local/bin/ofxclient", line 8, in <module>
    load_entry_point('ofxclient==1.3.8', 'console_scripts', 'ofxclient')()
  File "/Library/Python/2.7/site-packages/ofxclient-1.3.8-py2.7.egg/ofxclient/cli.py", line 43, in run
    main_menu()
  File "/Library/Python/2.7/site-packages/ofxclient-1.3.8-py2.7.egg/ofxclient/cli.py", line 63, in main_menu
    add_account_menu()
  File "/Library/Python/2.7/site-packages/ofxclient-1.3.8-py2.7.egg/ofxclient/cli.py", line 100, in add_account_menu
    bank = OFXHome.lookup(found[int(choice)]['id'])
  File "/Library/Python/2.7/site-packages/ofxhome-0.3.2-py2.7.egg/ofxhome/__init__.py", line 21, in lookup
  File "/Library/Python/2.7/site-packages/ofxhome-0.3.2-py2.7.egg/ofxhome/__init__.py", line 119, in __init__
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_strptime.py", line 325, in _strptime
    (data_string, format))
ValueError: time data '' does not match format '%Y-%m-%d %H:%M:%S'