framework/resources/Functional/convert/convert14.q (1 lines of code) (raw):

select c_row, cast(c_date as date), convert_from(convert_to(c_date, 'DATE_EPOCH_BE'), 'DATE_EPOCH_BE') from data where c_row < 23;