Skip to content

Commit b3f9726

Browse files
authored
Merge pull request #361 from ktarow/fix-default-time_type
Fix default value of time_type for parse-section again
2 parents ebba683 + f49c8e4 commit b3f9726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/parse-section.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ For the `types` parameter, the following types are supported:
143143

144144
type
145145

146-
* Default: `float`
146+
* Default: `string`
147147
* Available values: `float`, `unixtime`, `string`, `mixed`
148148
* `float`: seconds from Epoch + nano seconds \(e.g.
149149

0 commit comments

Comments
 (0)