MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / setTimezone

Method setTimezone

src/core/TSQuery.java:431–433  ·  view source on GitHub ↗

@param timezone an optional timezone for date parsing

(String timezone)

Source from the content-addressed store, hash-verified

429
430 /** @param timezone an optional timezone for date parsing */
431 public void setTimezone(String timezone) {
432 this.timezone = timezone;
433 }
434
435 /** @param options a map of options to pass on to the serializer */
436 public void setOptions(HashMap<String, ArrayList<String>> options) {

Calls

no outgoing calls