AlarmJournalTable,How to set default Datetime?
Use now(0) instead of now(). The former only executes on demand. The latter executes once per second. (See the docs.)
now(0)
now()