Skip to content

Commit

Permalink
docs: simple date format
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitaich1998 authored May 4, 2023
1 parent c984d05 commit fefd95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/sinks/http-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ This config if set to true will allow body for the HTTP DELETE method, otherwise

### `SINK_HTTP_SIMPLE_DATE_FORMAT_ENABLE`

This config if set to `true` will enable the simple date format for timestamps in case of JSON payload.
This config if set to `true` will enable the simple date format (Eg. - `May 3, 2023 11:59:37 AM` ) for timestamps (both at root and nested level also) in case of JSON payload. If set to `false`, it will send the timestamps (both at root and nested level also) in the ISO format (Eg. - `2023-05-03T11:59:36.965Z`) . Note: This config is only applicable when the `SINK_HTTP_JSON_BODY_TEMPLATE` config is empty or not supplied.

- Example value: `false`
- Type: `optional`
Expand Down

0 comments on commit fefd95b

Please sign in to comment.