toDateOnly(epoch)

Converts an epoch to a DateOnly type.
q = foreach q generate toDateOnly(epoch) as "DateTime";