v.20.10Improvement
Construct query_start_time and query_start_time_microseconds from timespec
Constructquery_start_timeandquery_start_time_microsecondsfrom the same timespec. #14831 (Bharat Nallan).
Why it matters
This feature resolves inconsistencies betweenquery_start_time and query_start_time_microseconds by generating both from a unified timespec. This improves accuracy and reliability in query timing and logging.