You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Rahul Kurup (Jira)" <ji...@apache.org> on 2023/03/08 08:09:00 UTC

[jira] [Created] (ATLAS-4732) UI: Setting 'atlas.ui.date.format' to certain value creates incorrect date entries

Rahul Kurup created ATLAS-4732:
----------------------------------

             Summary: UI: Setting 'atlas.ui.date.format' to certain value creates incorrect date entries
                 Key: ATLAS-4732
                 URL: https://issues.apache.org/jira/browse/ATLAS-4732
             Project: Atlas
          Issue Type: Bug
            Reporter: Rahul Kurup


Pre-conditions:
In atlas-application.properties, set the following:-


{code:java}
atlas.ui.date.format=DD/MM/YYYY hh:mm:ss{code}


Steps:
1. Create Business Metadata with a date type and assign to a Type (e.g. hdfs_path)
2. Create an entity for the assigned Type (hdfs_path).
3. Add Business Metadata and select the created date type.
4. Populate this value with a date in DD/MM/YYYY format, i.e. (06/03/2023)
5. Click Apply.
6. Click Save.

The date changes to 03/06/2023 which is a completely different date.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)