fn convert_date_to_string(value: i32) -> String
Helper method to convert Parquet date into a string. Input value is a number of days since the epoch in UTC. Date is displayed in local timezone.
value