I need to have the datetime in epoch for one particular job.
Otherwise, I always use datetime, and it's stored in datetime.
Rather than store both in the database (rather wasteful), I would perfer to just convert datetime to epoch for that one particular use.