fn convert_timestamp_millis_to_string(value: i64) -> String
Helper method to convert Parquet timestamp into a string. Input value is a number of milliseconds since the epoch in UTC. Datetime is displayed in local timezone.
value