You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.