hotfix: fix example for converting an integer to a time value

pull/3460/head^2
Scott Anderson 2021-12-07 16:19:38 -07:00 committed by GitHub
parent e25bac1382
commit b7418dfd26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ time(v: "2021-01-01T00:00:00Z")
#### Convert an integer to a time value
```js
int(v: 609459200000000000)
time(v: 609459200000000000)
// Returns 2021-01-01T00:00:00Z
```