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
464
464
| ` {{ .WindowEndUTC "yyyy-MM-ddTHH:mm:ss.SSSSSSZ" }} ` | ` 2024-03-07T20:15:56.905571Z ` |
465
465
| ` {{ .WindowEndUTC "epoch" }} ` | ` 1709842556 ` |
466
466
| ` {{ .WindowEndUTC "epochMilli" }} ` | ` 1709842556000 ` |
467
+ | ` {{ .WindowEndUTC "epochNanoInt" }} ` | ` 173584347745451512 ` |
468
+ | ` {{ .WindowEndUTC "epochNanoFloat" }} ` | ` 1735843477.45451512 ` |
467
469
| ` lessThan:{{ .WindowEndUTC "2006-01-02T15:04:05.999Z07:00" }} ` | ` lessThan:2024-03-07T20:15:56.905Z ` |
468
470
| ` {"startTime":"{{ .WindowEndUTC "yyyy-MM-ddTHH:mm:ss.SSSZ" }}"} ` | ` {"startTime":"{{ .WindowEndUTC "2024-03-07T20:15:56.905Z" }}" ` |
469
471
@@ -537,6 +539,8 @@ We recommend using [this code snippet](https://goplay.tools/snippet/WTFe5ZLU9PO)
537
539
| RFC 3339 Nano Seconds | ` 2024-02-01T16:07:57.541468757Z ` | ` yyyy-MM-ddTHH:mm:ss.SSSSSSSSSZ ` |
538
540
| Epoch | ` 1706803677 ` | ` epoch ` |
539
541
| Epoch in Milliseconds | ` 1706803677000 ` | ` epochMilli ` |
542
+ | Epoch NanoInt | ` 173584347745451512 ` | ` epochNanoInt ` |
543
+ | Epoch NanoFloat | ` 1735843477.454515 ` | ` epochNanoFloat ` |
540
544
541
545
## FAQ
542
546
You can’t perform that action at this time.
0 commit comments