We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4311417 commit e2a540fCopy full SHA for e2a540f
include/fluent-bit/flb_pack.h
@@ -51,7 +51,7 @@
51
"supported formats: double, " \
52
"iso8601 (e.g: 2018-05-30T09:39:52.000681Z), " \
53
"java_sql_timestamp (e.g: 2018-05-30 09:39:52.000681, useful for AWS Athena), "\
54
- "and epoch."
+ "epoch and epoch_ms (or epoch_millis or epoch_milliseconds)."
55
56
/* JSON formats (modes) */
57
#define FLB_PACK_JSON_FORMAT_NONE 0
0 commit comments