500: Internal Server Error

Traceback

Traceback (most recent call last):
  File "/opt/odoo14/odoo/addons/base/models/ir_http.py", line 237, in _dispatch
    result = request.dispatch()
  File "/opt/odoo14/odoo/http.py", line 802, in dispatch
    r = self._call_function(**self.params)
  File "/opt/odoo14/odoo/http.py", line 361, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/opt/odoo14/odoo/service/model.py", line 94, in wrapper
    return f(dbname, *args, **kwargs)
  File "/opt/odoo14/odoo/http.py", line 349, in checked_call
    result = self.endpoint(*a, **kw)
  File "/opt/odoo14/odoo/http.py", line 908, in __call__
    return self.method(*args, **kw)
  File "/opt/odoo14/odoo/http.py", line 533, in response_wrap
    response = f(*args, **kw)
  File "/aws-efs/prod-01/odoo-apps/enterprise/odoo14/website_calendar/controllers/main.py", line 82, in calendar_appointment_form
    day_name = format_datetime(datetime.strptime(date_time, dtf), 'EEE', locale=get_lang(request.env).code)
  File "/usr/lib64/python3.7/_strptime.py", line 577, in _strptime_datetime
    tt, fraction, gmtoff_fraction = _strptime(data_string, format)
  File "/usr/lib64/python3.7/_strptime.py", line 359, in _strptime
    (data_string, format))
Exception

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/opt/odoo14/odoo/addons/base/models/ir_http.py", line 237, in _dispatch
    result = request.dispatch()
  File "/opt/odoo14/odoo/http.py", line 802, in dispatch
    r = self._call_function(**self.params)
  File "/opt/odoo14/odoo/http.py", line 361, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/opt/odoo14/odoo/service/model.py", line 94, in wrapper
    return f(dbname, *args, **kwargs)
  File "/opt/odoo14/odoo/http.py", line 349, in checked_call
    result = self.endpoint(*a, **kw)
  File "/opt/odoo14/odoo/http.py", line 908, in __call__
    return self.method(*args, **kw)
  File "/opt/odoo14/odoo/http.py", line 533, in response_wrap
    response = f(*args, **kw)
  File "/aws-efs/prod-01/odoo-apps/enterprise/odoo14/website_calendar/controllers/main.py", line 82, in calendar_appointment_form
    day_name = format_datetime(datetime.strptime(date_time, dtf), 'EEE', locale=get_lang(request.env).code)
  File "/usr/lib64/python3.7/_strptime.py", line 577, in _strptime_datetime
    tt, fraction, gmtoff_fraction = _strptime(data_string, format)
  File "/usr/lib64/python3.7/_strptime.py", line 359, in _strptime
    (data_string, format))
ValueError: time data '2022-02-04%2015:00:00' does not match format '%Y-%m-%d %H:%M:%S'