Skip to content

Commit 9b07b3a

Browse files
authored
Merge pull request #255 from KxSystems/zts-timestamp-returned-as-GMT
Update dotz.md Added info: the .z.ts timestamp is in GMT.
2 parents 109d572 + 8b08386 commit 9b07b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/dotz.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ Note this is purely an example; there are other ways to achieve the same result.
789789
.z.ts:f
790790
```
791791

792-
Where `f` is a unary function, `.z.ts` is evaluated on intervals of the timer variable set by system command `\t`.
792+
Where `f` is a unary function, `.z.ts` is evaluated on intervals of the timer variable set by system command `\t`. The timestamp is returned as Greenwich Mean Time (GMT).
793793

794794
```q
795795
q)/ set the timer to 1000 milliseconds

0 commit comments

Comments
 (0)