[ 
https://issues.apache.org/jira/browse/NIFI-13565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Stieglitz updated NIFI-13565:
------------------------------------
    Description: 
Currently the wording for DATE_FORMAT, TIME_FORMAT and TIMESTAMP_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.

  was:
Currently the wording for both DATE_FORMAT, TIME_FORMAT and TIMESTAMP_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.


> Wording in org.apache.nifi.serialization.DateTimeUtils for DATE_FORMAT, 
> TIME_FORMAT and TIMESTAMP_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
>            Priority: Minor
>
> Currently the wording for DATE_FORMAT, TIME_FORMAT and TIMESTAMP_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)

Reply via email to