File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -464,6 +464,8 @@ The syntax for this variable requires a timestamp format as a single argument. R
464464| ` {{ .WindowEndUTC "yyyy-MM-ddTHH:mm:ss.SSSSSSZ" }} ` | ` 2024-03-07T20:15:56.905571Z ` |
465465| ` {{ .WindowEndUTC "epoch" }} ` | ` 1709842556 ` |
466466| ` {{ .WindowEndUTC "epochMilli" }} ` | ` 1709842556000 ` |
467+ | ` {{ .WindowEndUTC "epochNanoInt" }} ` | ` 173584347745451512 ` |
468+ | ` {{ .WindowEndUTC "epochNanoFloat" }} ` | ` 1735843477.45451512 ` |
467469| ` lessThan:{{ .WindowEndUTC "2006-01-02T15:04:05.999Z07:00" }} ` | ` lessThan:2024-03-07T20:15:56.905Z ` |
468470| ` {"startTime":"{{ .WindowEndUTC "yyyy-MM-ddTHH:mm:ss.SSSZ" }}"} ` | ` {"startTime":"{{ .WindowEndUTC "2024-03-07T20:15:56.905Z" }}" ` |
469471
@@ -537,6 +539,8 @@ We recommend using [this code snippet](https://goplay.tools/snippet/WTFe5ZLU9PO)
537539| RFC 3339 Nano Seconds | ` 2024-02-01T16:07:57.541468757Z ` | ` yyyy-MM-ddTHH:mm:ss.SSSSSSSSSZ ` |
538540| Epoch | ` 1706803677 ` | ` epoch ` |
539541| Epoch in Milliseconds | ` 1706803677000 ` | ` epochMilli ` |
542+ | Epoch NanoInt | ` 173584347745451512 ` | ` epochNanoInt ` |
543+ | Epoch NanoFloat | ` 1735843477.454515 ` | ` epochNanoFloat ` |
540544
541545## FAQ
542546
You can’t perform that action at this time.
0 commit comments