[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Fri Sep 16 10:51:14 CEST 2016


 src/collectd.conf.pod   |    2 +-
 src/daemon/utils_time.c |  154 +++++++++++++++++++++++++++++++++++------------
 src/daemon/utils_time.h |   19 ++++--
 src/postgresql.c        |    2 +-
 4 files changed, 133 insertions(+), 44 deletions(-)

New commits:
commit 6f4f918d4d5e70c75471632254ecb9c55fd8d62f
Merge: 3e36ac3 03542f9
Author: Florian Forster <octo at collectd.org>
Date:   Fri Sep 16 10:50:34 2016 +0200

    Merge branch 'pr/1918'

commit 03542f95bdf02fc0a02f16038e0c4460ddcde01f
Author: Florian Forster <octo at collectd.org>
Date:   Fri Sep 16 09:37:57 2016 +0200

    src/daemon/utils_time.c: Pass "struct tm *" to format_zone().
    
    This is a partial revert of e2cb258c7b6ce456f4119fd1454c85b479fa3e2d:
    strptime() does not look the local timezone up itself but gets the
    information from the "struct tm". If that is initialized with {0}, it
    will always return the "+0000" time zone.

commit b0d893874b1ce4f726bce4ce6bb8b60961b2be93
Author: Igor Peshansky <igorpeshansky at github.com>
Date:   Thu Sep 15 15:30:15 2016 -0400

    Address more review comments:
    - Repurpose rfc3339()/rfc3339nano() to return time in zulu format.
    - Add formatted time examples to function comments.
    - Clean up helper functions and add variable iniitalization.

commit f968bb94ac8236ac1c4b74f4cd636ce174b7b700
Author: Igor Peshansky <igorpeshansky at github.com>
Date:   Thu Sep 15 13:45:04 2016 -0400

    Force use of local time in the postgresql plugin.
    Update postgresql docs to reflect reality.

commit e2cb258c7b6ce456f4119fd1454c85b479fa3e2d
Author: Igor Peshansky <igorpeshansky at github.com>
Date:   Thu Sep 15 11:08:44 2016 -0400

    Address review comments:
    - Repurpose rfc3339/rfc3339nano to use UTC.
    - Add rfc3339_local/rfc3339nano_local for local time.
    - Factor out common bits; saner helper functions.
    - Update comments.

commit eb336ef9b195ca67d99cdbdf0d2618653270c3e9
Author: Dave Cunningham <dcunnin at google.com>
Date:   Thu Sep 8 22:19:16 2016 -0400

    Add RFC3339 Zulu time functions




More information about the collectd-changes mailing list