# HG changeset patch
# User Sergey Kandaurov
# Date 1686598736 -14400
# Mon Jun 12 23:38:56 2023 +0400
# Node ID a32905d6fc108962a73b4affdb38eba5cc6fd549
# Parent 262c0178256623c59a54bea81fcf3f92d12d75b6
QUIC: fixed rttvar on subsequent RTT samples (ticket #2505).
Previously, computing rttv
details: https://hg.nginx.org/njs/rev/803a5061b362
branches:
changeset: 2153:803a5061b362
user: Dmitry Volyntsev
date: Mon Jun 12 20:51:54 2023 -0700
description:
Fixed Date.parse() with ISO-8601 date-only forms.
According to the spec when the UTC offset representation is absent,
da
details: https://hg.nginx.org/njs/rev/ed4ff34dfc63
branches:
changeset: 2154:ed4ff34dfc63
user: Dmitry Volyntsev
date: Mon Jun 12 22:04:04 2023 -0700
description:
Fixed Date.parse() with ISO-8601 format and UTC time offset.
diffstat:
src/njs_date.c | 65
Hi,
> On 12 Jun 2023, at 23:39, Sergey Kandaurov wrote:
>
> # HG changeset patch
> # User Sergey Kandaurov
> # Date 1686598736 -14400
> # Mon Jun 12 23:38:56 2023 +0400
> # Node ID a32905d6fc108962a73b4affdb38eba5cc6fd549
> # Parent 262c0178256623c59a54bea81fcf3f92d12d75b6
> QUIC: fixed r