Re: [Openvpn-devel] [PATCH v2] Change timestamps to ISO 8601 format.

2016-08-12 Thread Gert Doering
Hi, On Fri, Aug 12, 2016 at 03:32:57PM -0400, Selva Nair wrote: > Thanks for the clarification. AFAIK, we do not parse status output in > OpenVPN GUI. Good :-) > A UI for server would need to parse those and it would have > been nicer to have status timestamps sent to management be in unix time

Re: [Openvpn-devel] [PATCH v2] Change timestamps to ISO 8601 format.

2016-08-12 Thread Selva Nair
On Fri, Aug 12, 2016 at 2:45 PM, Gert Doering wrote: > > On Fri, Aug 12, 2016 at 02:25:54PM -0400, Selva Nair wrote: > > > +- all time stamps, including log file, status file and management > > > interface, > > > + are now output in ISO 8601 standard format. > > > + > > > > Currently the >LOG me

Re: [Openvpn-devel] [PATCH v2] Change timestamps to ISO 8601 format.

2016-08-12 Thread Gert Doering
Hi, On Fri, Aug 12, 2016 at 02:25:54PM -0400, Selva Nair wrote: > > +- all time stamps, including log file, status file and management > > interface, > > + are now output in ISO 8601 standard format. > > + > > Currently the >LOG message to the management is like > > >LOG:1471025385,,Closing TUN

Re: [Openvpn-devel] [PATCH v2] Change timestamps to ISO 8601 format.

2016-08-12 Thread Selva Nair
On Fri, Aug 12, 2016 at 1:41 PM, Gert Doering wrote: > diff --git a/Changes.rst b/Changes.rst > index 9fcba75..ad6363e 100644 > --- a/Changes.rst > +++ b/Changes.rst > @@ -135,6 +135,9 @@ User-visible Changes >ciphers configured in the config file. Use --ncp-disable if you don't > want >

Re: [Openvpn-devel] [PATCH v2] Change timestamps to ISO 8601 format.

2016-08-12 Thread Arne Schwabe
Am 12.08.16 um 19:41 schrieb Gert Doering: > All our timestams used to be "what ctime()" produces, which is > > "Thu Aug 11 21:15:27 2016" > > Changed to use ISO 8601 standard format, which is > > "2016-08-11 21:15:27" > > this applies to logging (except to syslog or if --machine-readable-o

[Openvpn-devel] [PATCH v2] Change timestamps to ISO 8601 format.

2016-08-12 Thread Gert Doering
All our timestams used to be "what ctime()" produces, which is "Thu Aug 11 21:15:27 2016" Changed to use ISO 8601 standard format, which is "2016-08-11 21:15:27" this applies to logging (except to syslog or if --machine-readable-ouput is used) and to various other places where informational