Override created_at and updated_at for row insert

Would it be possible to override the created_at and updated_at timestamps during the insertion of a row into a table.
This is because I have to setup specific timestamps for later visualization purposes.
Right now I have instead to create a number column and save it as epoch seconds.
Cheers!

These fields can’t be overwritten. As you’ve identified, you’ll need to create additional columns to store any other type of time data.