eischet / ews-java-api

A java client library to access Exchange web services, for on-premises Exchange servers.
MIT License
0 stars 1 forks source link

Date/Time handling needs more work #2

Open eischet opened 2 years ago

eischet commented 2 years ago

Date/Time related unit tests still mostly fail.

Time parsing isn't even implemented at the moment.

Time zone handling needs to be figured out now that we're using LocalDateTime/LocalDate instead of java.util.Date with Joda-Time.

eischet commented 2 years ago

Down to 3 failing tests...