Re: Fix inconsistency in jsonpath .datetime()
On Fri, Sep 25, 2020 at 2:02 AM Alexander Korotkov wrote: > Other opinions? Given no other opinions yet, I've pushed the both patches. -- Regards, Alexander Korotkov
Re: Fix inconsistency in jsonpath .datetime()
On Sun, Sep 20, 2020 at 2:23 AM Nikita Glukhov wrote: > The beta-tester of PG13 reported a inconsistency in our current jsonpath > datetime() method implementation. By the standard format strings in > datetime() > allows only characters "-./,':; " to be used as separators in format strings. > Bu