I execute a select statement against a database table, and retrieve all the data with fetchall_arrayref({}).
All is working ok, but once in a while I need to slightly modify some data as it comes from the database. For example, if I have a datetime field, I usually reformat it to Greek date formating.