timeutil: add Now function to truncate microsecond
Created by: unknwon
Adds a Now
function to our internal/timeutil
package to return current UTC time with microsecond truncated to align time values we get back from the Postgres.
Fixes #11246 (closed)