Hi,
there are several methods for au.com.dius.pact.consumer.dsl.LambdaDslObject#datetime, but unfortunately there is none for java.time.LocalDateTime.

Our current workaround is to use au.com.dius.pact.consumer.dsl.LambdaDslObject#datetime(java.lang.String, java.lang.String, java.time.ZonedDateTime) and then create a ZonedDateTime manually.
It would be great if that can be added as well