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
Sugar formats Polish datetimes as, e.g., "22 listopada 2019 0:00" but then can't parse the date that it just formatted. In particular, putting a time at the end of a Polish date/time string to be parsed breaks it.
I have started at the locale definitions for English and Polish until my eyes bleed, trying to figure out why English parses times at the end properly and Polish does not, and I can't figure it out. In particular, I can't see anything in the English definition that indicates that a time should be allowed at the end of a date, so I don't know what's missing from the Polish definition.
I am concerned that there has been no activity in this repository in many months. @andrewplummer are you still supporting this package? Can we expect fixes for the numerous open issues any time soon? Could you at least let us know what our expectations should be?
The text was updated successfully, but these errors were encountered:
jikamens
added a commit
to jikamens/Sugar
that referenced
this issue
Nov 21, 2019
Fixesandrewplummer#662
I don't know if this is a complete fix because the date-parsing stuff
is quite arcane and I don't fully understand it, but this at least
seems to solve the problem of Sugar being unable to parse Polish dates
that it has itself formatted.
Sugar formats Polish datetimes as, e.g., "22 listopada 2019 0:00" but then can't parse the date that it just formatted. In particular, putting a time at the end of a Polish date/time string to be parsed breaks it.
I have started at the locale definitions for English and Polish until my eyes bleed, trying to figure out why English parses times at the end properly and Polish does not, and I can't figure it out. In particular, I can't see anything in the English definition that indicates that a time should be allowed at the end of a date, so I don't know what's missing from the Polish definition.
I am concerned that there has been no activity in this repository in many months. @andrewplummer are you still supporting this package? Can we expect fixes for the numerous open issues any time soon? Could you at least let us know what our expectations should be?
The text was updated successfully, but these errors were encountered: