Should I file a bug? đ
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.
