On Fri, Mar 17, 2023 at 9:37 AM Ruediger Pluem <rpl...@apache.org> wrote: > > On 3/14/23 12:11 PM, yla...@apache.org wrote: > > > > +++ httpd/httpd/trunk/include/util_time.h Tue Mar 14 11:11:24 2023 > > @@ -47,6 +47,8 @@ extern "C" { > > #define AP_CTIME_OPTION_USEC 0x1 > > /* Use more compact ISO 8601 format */ > > #define AP_CTIME_OPTION_COMPACT 0x2 > > +/* Add timezone offset from GMT ([+-]hhmm) */ > > +#define AP_CTIME_OPTION_GMTOFF 0x4 > > Not really important for trunk, but doesn't this require a minor bump for the > backport?
And that one in r1908557. Thanks; Yann.