src/daemon/utils_time.[ch]: Create RFC 3339 strings.
authorFlorian Forster <octo@collectd.org>
Tue, 24 Nov 2015 12:43:58 +0000 (13:43 +0100)
committerFlorian Forster <octo@collectd.org>
Wed, 2 Dec 2015 09:21:06 +0000 (10:21 +0100)
commit349d1538fc57c320270c471c9a8c7e11d5aa3631
tree8bc7f401e078583af248277b0f38eae585a9766a
parentef07224d5a3e24ccbc71765194d91a8e00ce16fc
src/daemon/utils_time.[ch]: Create RFC 3339 strings.

RFC 3339 is a "profile" of ISO 8601, i.e. (almost) all valid RFC 3339
strings are also valid ISO 8601 strings.
src/daemon/utils_time.c
src/daemon/utils_time.h
src/postgresql.c