-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
BibLaTeX seasons cause exception on import and export #12437
Comments
@koppor I noticed that your handling of date(format and parse) in biblatex seems to be implemented without relying on third-party libraries, which might lead to some oversights in these standards. Since accessing ISO 8601 requires payment, I referred to these four documents :
So I confirmed that biblatex does indeed have specific support for seasons. However, in jabref code, the second part of date is recognized as the month. And because it does not conform to the range of months, an exception is thrown. I am going to participate in this year's GSoC and am looking for a small issue to familiarize myself with JabRef. But first, I'd like to ask whether you think this issue needs to be addressed. |
Yes, please do so. The issue was risen by a GitHub user seeming non-fake and your screenshot shows that is a valid value. |
Still wtf for me, who to the hell comes up with such ideas in a Standard to abuse the month field o.O |
/assign-me |
👋 Hey @urlyy, thank you for your interest in this issue! 🎉 We're excited to have you on board. Start by exploring our Contributing guidelines, and don't forget to check out our workspace setup guidelines to get started smoothly. In case you encounter failing tests during development, please check our developer FAQs! Having any questions or issues? Feel free to ask here on GitHub. Need help setting up your local workspace? Join the conversation on JabRef's Gitter chat. And don't hesitate to open a (draft) pull request early on to show the direction it is heading towards. This way, you will receive valuable feedback. Happy coding! 🚀 ⏳ Please note, you will be automatically unassigned if the issue isn't closed within 90 days (by 19 May 2025). A maintainer can also add the "📌 Pinned"" label to prevent automatic unassignment. |
The alias in the BibLaTeX documentation is |
JabRef version
Latest development branch build (please note build date below)
Operating system
Windows
Details on version and operating system
Windows 11 24H2 / JabRef 6.0-alpha.65
Checked with the latest development build (copy version output from About dialog)
Steps to reproduce the behaviour
Appendix
BibLaTeX allows seasons following ISO 8601, which are encoded by using 21–24 in the month field.
java.time.DateTimeException: Invalid value for MonthOfYear (valid values 1 - 12): 21
The text was updated successfully, but these errors were encountered: