Skip to content

Commit

Permalink
Add supported time zones documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantagarwal1990 committed Dec 15, 2023
1 parent 5ad91ac commit 06ee60b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ public Computation execute(String program, Long start, Long stop, Long resolutio
* Optional adjusts the stop timestamp so that the computation doesn't wait for
* future data to be available
* @param timeZone
* Optional the timezone to be used for computation
* Optional the time zone to be used for computation. The value is forwarded to the endpoint.
* Supported time zone values are mentioned in the <a href="https://dev.splunk.com/observability/docs/time_zone">docs.</a>
* @return computation instance
*/
public Computation execute(String program, Long start, Long stop, Long resolution,
Expand Down

0 comments on commit 06ee60b

Please sign in to comment.