v.23.1New Feature
Allow DateTime Formatting in Joda-Time Style
Allow formatting DateTime in Joda-Time style. Refer to the Joda-Time docs. #43818 (李扬).Why it matters
This feature enables users to formatDateTime columns with familiar and flexible Joda-Time style patterns, improving date-time presentation and customization within queries.How to use it
Use Joda-Time style format strings in functions that formatDateTime values. Refer to the Joda-Time documentation for supported pattern syntax to customize output formats.