Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
Description
ZonedDateTime is not rendered in talend-component:web
For LocalDateTime field it's OK:
For ZonedDateTime it's NOK:
How to reproduce. Just add into configuration the field with the type ZonedDataTime
@Option @DateTime(dateFormat = "YYYY/MM/DD", useSeconds = false, useUTC = true) @Documentation("Start date time.") private ZonedDateTime startDateTime;
I tried with and without annotation.
Attachments
Issue Links
- is related to
-
TCOMP-2059 Update talend/ui to 6.x
- In Progress