clintropolis commented on a change in pull request #6365: new feature: allows user to specify timeZone in TimestampSpec URL: https://github.com/apache/incubator-druid/pull/6365#discussion_r254158472
########## File path: docs/content/ingestion/ingestion-spec.md ########## @@ -208,6 +208,7 @@ handle all formatting decisions on their own, without using the ParseSpec. |-------|------|-------------|----------| | column | String | The column of the timestamp. | yes | | format | String | iso, posix, millis, micro, nano, auto or any [Joda time](http://joda-time.sourceforge.net/apidocs/org/joda/time/format/DateTimeFormat.html) format. | no (default == 'auto' | +| timeZone | String | Specify timeZone of the timestamp. e.g. "timestampSpec": {"format": "yyyy-MM-dd HH:mm:ss","column": "logTime","timestamp": "America/Los_Angeles"} | no (default == 'UTC') | Review comment: Suggest removing the inline json example, and replacing with the link to list all supported values for `timeZone` parameter, maybe re use the [joda supported timezones list](http://joda-time.sourceforge.net/timezones.html) that is used by granularities documentation ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
