parquet::record::api

Function convert_timestamp_secs_to_string

Source
fn convert_timestamp_secs_to_string(value: i64) -> String
Expand description

Helper method to convert Parquet timestamp into a string. Input value is a number of seconds since the epoch in UTC. Datetime is displayed in local timezone.