I’ve just completed the yearly cleaning of the database to prepare it for the new competition, and after consulting both this thread and some official documentation the dates in the system are now fixed:
# When does the competition end?
# This can be an exact time;
# the API will start recording rides began after this time.
START_DATE=2020-01-01T00:00:00-05:00
# When does the competition end?
# This can be an exact time;
# the API will stop recording rides ended after this time.
END_DATE=2020-03-20T00:00:00-04:00
[/CODE][CODE]
# When does the competition end?
# This can be an exact time;
# the API will start recording rides began after this time.
START_DATE=2020-01-01T00:00:00-05:00
# When does the competition end?
# This can be an exact time;
# the API will stop recording rides ended after this time.
END_DATE=2020-03-20T00:00:00-04:00
[/CODE]