File tree 1 file changed +16
-4
lines changed
1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -67,12 +67,24 @@ Injected Record:
67
67
type
68
68
69
69
* Default: ` float `
70
- * Available values: ` float ` , ` unixtime ` , ` string `
71
- * ` float ` : seconds from Epoch + nano seconds \( e.g.
70
+ * Available values:
71
+ * ` float ` : seconds from Epoch + microseconds \( e.g.
72
72
73
- 1510544836.154709804\)
73
+ 1510544836.154709\)
74
+
75
+ * ` unixtime ` : seconds from Epoch \( e.g. 1510544836\)
76
+ * ` unixtime_millis ` : milliseconds from Epoch \( e.g.
77
+
78
+ 1510544836154\)
79
+
80
+ * ` unixtime_micros ` : microseconds from Epoch \( e.g.
81
+
82
+ 1510544836154709\)
83
+
84
+ * ` unixtime_nanos ` : nanoseconds from Epoch \( e.g.
85
+
86
+ 1510544836154709804\)
74
87
75
- * ` unixtime ` : seconds from Epoch \( e.g. 1510544815\)
76
88
* ` string ` : use format specified by ` time_format ` , local time or time
77
89
78
90
zone
You can’t perform that action at this time.
0 commit comments