Update the format of the credit provider timestamp.
Use the number of seconds since the epoch (Jan 1 1970 UTC) instead of an ISO-formatted datetime string. This is easier for credit providers to parse.
Showing
- common/djangoapps/util/date_utils.py 22 additions, 1 deletioncommon/djangoapps/util/date_utils.py
- openedx/core/djangoapps/credit/api.py 9 additions, 3 deletionsopenedx/core/djangoapps/credit/api.py
- openedx/core/djangoapps/credit/models.py 3 additions, 3 deletionsopenedx/core/djangoapps/credit/models.py
- openedx/core/djangoapps/credit/tests/test_api.py 2 additions, 2 deletionsopenedx/core/djangoapps/credit/tests/test_api.py
- openedx/core/djangoapps/credit/tests/test_views.py 4 additions, 3 deletionsopenedx/core/djangoapps/credit/tests/test_views.py
- openedx/core/djangoapps/credit/views.py 11 additions, 20 deletionsopenedx/core/djangoapps/credit/views.py
Loading
Please register or sign in to comment