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
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
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
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
>
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
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