My model has a field of integer type representing timestamp in UTC. I would like that field to be displayed as DateField inside my form. I'm using admin interface, i.e I have MyAdmin class inheriting from admin.ModelAdmin, which get passed into admin.site.register(...) function.