Mathis Dirksen-Thedens

Results 15 issues of Mathis Dirksen-Thedens

A user suggested to change the start and end days of the week. He said: "Our pay weeks go from Friday at 3am to Thursday at 3am, so to be...

enhancement

As a positive person, I'd like a positive caption better than "**You lost :(**". What about "You're 2nd/3rd" (if it was the 2nd/3rd place) and only "You lost" if the...

**Describe the bug** The method `TemporalAdapter.toLocalTime()` seems to return a `ZonedDateTime`, regardless if another type is required by the generics - the value is simply cast into `T` which can't...

**Describe the bug** When using [this file](https://raw.githubusercontent.com/mathisdt/sdb2/master/src/test/resources/multiple-days-event-without-time.ics) as input for ical4j 4.0.1 / 0.1.0-develop-SNAPSHOT, the following exception occurs: ``` java.lang.RuntimeException: java.time.DateTimeException: Unknown timezone identifier [UTC] at org.zephyrsoft.sdb2/org.zephyrsoft.sdb2.util.calendar.ICalInterpreter.getInterpretedData(ICalInterpreter.java:126) at org.zephyrsoft.sdb2/org.zephyrsoft.sdb2.util.calendar.ICalInterpreterTest.wholeDayEvents(ICalInterpreterTest.java:49) at...

**Describe the bug** When including ical4j 4.0.0 (via Maven) in a project using the module system (in my case, SDB2 - see branch [ical4j-4.0.0](https://github.com/mathisdt/sdb2/tree/ical4j-4.0.0)), the project can be built but...