A method to handle metadata values that are absolute date/time values, formatted as an integral number of epoch seconds (that is, seconds since the start of January 1st, 1970).
virtual ReturnT visit_datetime(int64_t val) = 0;