Some feeds only provide timestamps as duration past midnight, assuming prior context of what day the processed messages are from. Since the messages themselves don't have this context, it would be useful to be able to append a statically specified date, convert that to Unix milliseconds, and append it as a manufactured int field to outbound messages. This would reduce friction for downstream SQL analytics on messages ingested from these feeds.
e.g --message_handlers AppendDateHandler:date=20291102
would turn that date into it's UNIX seconds equivalent, and append that as column to all outbound messages.