You can configure how the Java transformation processes subseconds for date/time data types. Define subsecond handling on the
Advanced
tab.
By default, the generated Java code converts the transformation date/time data type to the Java long data type, which has precision to the millisecond.
You can process subsecond data up to nanoseconds in the Java code. To process nanoseconds, enable the
Use Nanoseconds in Date/Time
option. When you enable this option, the generated Java code converts the transformation date/time data type to the Java BigDecimal data type, which has precision to the nanosecond.
Advanced mode supports precision to the microsecond. If a date/time value contains nanoseconds, the trailing digits are truncated.