Skip to content

Commit

Permalink
Update 02 Slices.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMelchin authored Dec 24, 2024
1 parent 8b6ecff commit efb0e6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@

<p>
When your history request returns <code>Slice</code> objects, the <code class="csharp">Time</code><code class="python">time</code> properties of these objects are based on the <?=$writingAlgorithms ? "algorithm" : "notebook" ?> time zone, but the <code class="csharp">EndTime</code><code class="python">end_time</code> properties of the individual data objects are based on the <a href='/docs/v2/writing-algorithms/key-concepts/time-modeling/time-zones#05-Data-Time-Zone'>data time zone</a>.
The <code class="csharp">EndTime</code><code class="python">end_time</code> is the end of the sampling period and when the data is actually available.
The <code class="csharp">EndTime</code><code class="python">end_time</code> is the end of the <a href='/docs/v2/writing-algorithms/key-concepts/time-modeling/periods'>sampling period</a> and when the data is actually available.
</p>

0 comments on commit efb0e6b

Please sign in to comment.