I have a model with some Integer fields which represent times in seconds.
I would like to display these fields not as integers but as a time HH:MM:SS using something like <field name="int_field" widget="int_time"/> similar to how you would use the float_time widget.
How do I create and register such a custom widget?