Trial version of ASP.Net Maker 2026.
When using the Auto-Update Value=CurrentDateTime() with the Date/Time format='yyMMdd HHmmss' or 'yMMdd HHmmss', the seconds are always written back to the database as '00'.
The MSSQL data field 'last_updated' was configured as 'datetime' or 'datetime2(7)'
If the 'last_updated' field is updated using t-sql then the seconds are recorded and display correctly using the generated pages but revert to '00' again as soon as there is an edit to the record using the generated pages.