diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:44 +0000 |
commit | 836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch) | |
tree | 1604da8f482d02effa033c94a84be42bc0c848c3 /libnetdata/datetime/rfc3339.h | |
parent | Releasing debian version 1.44.3-2. (diff) | |
download | netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip |
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'libnetdata/datetime/rfc3339.h')
-rw-r--r-- | libnetdata/datetime/rfc3339.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libnetdata/datetime/rfc3339.h b/libnetdata/datetime/rfc3339.h deleted file mode 100644 index 88ebb3ec8..000000000 --- a/libnetdata/datetime/rfc3339.h +++ /dev/null @@ -1,12 +0,0 @@ -// SPDX-License-Identifier: GPL-3.0-or-later - -#include "../libnetdata.h" - -#ifndef NETDATA_RFC3339_H -#define NETDATA_RFC3339_H - -#define RFC3339_MAX_LENGTH 36 -size_t rfc3339_datetime_ut(char *buffer, size_t len, usec_t now_ut, size_t fractional_digits, bool utc); -usec_t rfc3339_parse_ut(const char *rfc3339, char **endptr); - -#endif //NETDATA_RFC3339_H |