Currently, varnish does not send timestamp for request time, but only HTTP date/time format or custom strftime format (link).
As an enhancement, you could try to parse the string from known format (configurable?) and then failover to strconv.ParseFloat.
Currently, varnish does not send timestamp for request time, but only HTTP date/time format or custom strftime format (link).
As an enhancement, you could try to parse the string from known format (configurable?) and then failover to strconv.ParseFloat.