A date field permits me to set "Today" as the default value. But a time field does not allow me to specify that I want the default to be "Now". It should. Well, don't mean to be pushy. It would be nice if it did.
The workaround is to create as FORMULA field that extracts the time from a First Created field, with a formula like this:
CONCAT( HOUR([First Created]), ":", LEFT(CONCAT("0", MINUTE([First Created])),2))
And that works. But would be nice if I could ask it to put current time in there. Especially now that I've figured out how to tell SmartSuite what time zone I live and work in. 😉