v.25.1Bug Fix
%f Placeholder in formatDateTime Function Now Generates Six Digits Unconditionally
The%fplaceholder of functionformatDateTimenow unconditionally generates six (sub-second) digits. This makes the behavior compatible with MySQLDATE_FORMATfunction. The previous behavior can be restored using settingformatdatetime_f_prints_scale_number_of_digits = 1. #73324 (ollidraese).