Should I file a bug? 😀

https://programming.dev/post/10803496

Should I file a bug? 😀 - programming.dev

TIL: Sweden had February 30 in 1712 https://en.wikipedia.org/wiki/1712_in_Sweden [https://en.wikipedia.org/wiki/1712_in_Sweden] , so I decided to see how chrono handled that. Result (as expected): Not well! 😄 I also tested Java with java ZonedDateTime feb30 = ZonedDateTime.of(1712,2,30, 0,0,0,0, ZoneId.of("Europe/Stockholm")); with simmilar result java.time.DateTimeException: Invalid date 'FEBRUARY 30' So, lets take a minute of silence for all the programmers of history related software, may the spagetti monster have mercy on their souls.

OMG why did they have FEB 30th? That seems cursed and unbased AF.