-
-
Notifications
You must be signed in to change notification settings - Fork 696
New issue
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
Kingston.gov.uk appears to have changed date formats again #3224
Comments
I added some debugging (e.g.
There's nothing showing up in the calendar though. |
@ilbarone87 I'm seeing the same thing you did here: #3078 (comment) |
I think I see why:
i.e. it's assuming the year is 1900, so likely the calendar is being populated, just 124 years ago. This is going to suck, because these dates will cross a year boundary (e.g. we'll still be in 2024 when the data is referencing 2025 and we'll need to detect that and compensate) |
Filed PR #3225 |
Amazing work @cmsj thank you! |
Wonder if we are better having some try loop in case they revert again to a previous format? |
Originally posted by @cmsj in #3078 (comment)
The text was updated successfully, but these errors were encountered: