parquet::record::api

Function convert_date_to_string

Source
fn convert_date_to_string(value: i32) -> String
Expand description

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.