We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bromley Borough Council
I have configured Bromley Borough Council and dates returned shows wrong year. Everything is shifted by a year. Council website shows only date and month not a years and parsers defaults to a wrong year. I have tested the API call as follows: curl -X 'GET' 'http://192.168.1.6:8080/api/bin_collection/BromleyBoroughCouncil?url=https%3A%2F%2Frecyclingservices.bromley.gov.uk%2Fwaste%2F6056991&web_driver=http%3A%2F%2F192.168.1.6%3A4444' -H 'accept: application/json'
Returned object: "{\n "bins": [\n {\n "type": "Food Waste",\n "collectionDate": "23/12/2025"\n },\n {\n "type": "Mixed Recycling (Cans, Plastics & Glass)",\n "collectionDate": "23/12/2025"\n },\n {\n "type": "Paper & Cardboard",\n "collectionDate": "31/12/2025"\n },\n {\n "type": "Non-Recyclable Refuse",\n "collectionDate": "31/12/2025"\n }\n ]\n}"
The text was updated successfully, but these errors were encountered:
fix: robbrad#1089 - Correct shifted dates in Bromley Borough Council
80d3fc4
dp247
Successfully merging a pull request may close this issue.
Name of Council
Bromley Borough Council
Issue Information
I have configured Bromley Borough Council and dates returned shows wrong year. Everything is shifted by a year. Council website shows only date and month not a years and parsers defaults to a wrong year.
I have tested the API call as follows:
curl -X 'GET'
'http://192.168.1.6:8080/api/bin_collection/BromleyBoroughCouncil?url=https%3A%2F%2Frecyclingservices.bromley.gov.uk%2Fwaste%2F6056991&web_driver=http%3A%2F%2F192.168.1.6%3A4444'
-H 'accept: application/json'
Returned object:
"{\n "bins": [\n {\n "type": "Food Waste",\n "collectionDate": "23/12/2025"\n },\n {\n "type": "Mixed Recycling (Cans, Plastics & Glass)",\n "collectionDate": "23/12/2025"\n },\n {\n "type": "Paper & Cardboard",\n "collectionDate": "31/12/2025"\n },\n {\n "type": "Non-Recyclable Refuse",\n "collectionDate": "31/12/2025"\n }\n ]\n}"
Verification
The text was updated successfully, but these errors were encountered: