Daniel Stieglitz created NIFI-13565:
---------------------------------------
Summary: Wording in org.apache.nifi.serialization.DateTimeUtils
for DATE_FORMAT and TIME_FORMAT should be reworded
Key: NIFI-13565
URL: https://issues.apache.org/jira/browse/NIFI-13565
Project: Apache NiFi
Issue Type: Improvement
Reporter: Daniel Stieglitz
Assignee: Daniel Stieglitz
Currently the wording for both DATE_FORMAT and TIME_FORMAT in
{code:java}
org.apache.nifi.serialization.DateTimeUtils
{code}
reference Simple Date Format when in fact the underlying logic uses
{code:java}
java.time.format.DateTimeFormatter
{code}
and not
{code:java}
java.text.SimpleDataFormat
{code}
and as seen in NIFI-13557 there are subtitles between these two classes.
The wording in DATE_FORMAT and TIME_FORMAT should be reworded to indicate these
use DateTimeFormatter formats.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)