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