exceptionfactory commented on PR #9196: URL: https://github.com/apache/nifi/pull/9196#issuecomment-2307765140
> @exceptionfactory Per the Javadocs on [DateTimeFormatter.getResolverFields()](https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html#getResolverFields--) > > > This returns the resolver fields, used during the second phase of parsing when fields are resolved into dates and times. > > By default, a formatter has no resolver fields, and thus returns null > > Trying to use this before any parsing returns null which is where I need to use it in `ObjectZonedDateTimeConverter` Thanks for the reply, good point, sounds like another approach is needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
