You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I recently realised, there are many date formats supported by Geocaching. Although, some of them are not parsed correctly. The problem is about exchanging days and months. (By the way, this problem was there before my PR #201)
Thanks for the report. Guessing the date format can always lead to wrong results, so explicit is better than implicit. As GC apparently ships the corresponding data, we should probably try to use it.
Feel free to give it a try to retrieve the explicit date format and only fall back to guessing if it is missing for some reason.
As I recently realised, there are many date formats supported by Geocaching. Although, some of them are not parsed correctly. The problem is about exchanging days and months. (By the way, this problem was there before my PR #201)
Example: (All dates should be
2022-01-09
)I can't think of a simple solution because
09/01/2023
and01/09/2023
,9/1/2023
and1/9/2023
...The text was updated successfully, but these errors were encountered: