Skip to content

Commit d536532

Browse files
JV0812jpipkin1
andauthored
Update parsedate.md (#5614)
* Update parsedate.md * Update docs/search/search-query-language/parse-operators/parsedate.md * Update docs/search/search-query-language/parse-operators/parsedate.md Co-authored-by: John Pipkin (Sumo Logic) <[email protected]> --------- Co-authored-by: John Pipkin (Sumo Logic) <[email protected]>
1 parent 3a334b2 commit d536532

File tree

1 file changed

+2
-1
lines changed
  • docs/search/search-query-language/parse-operators

1 file changed

+2
-1
lines changed

docs/search/search-query-language/parse-operators/parsedate.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ title: parseDate
77
The parseDate operator extracts a date or time from a string and provides a timestamp in milliseconds. 
88

99
:::note
10-
To convert an epoch timestamp to a human-readable format, use the [`formatDate`](/docs/search/search-query-language/search-operators/formatdate) operator.
10+
- To convert an epoch timestamp to a human-readable format, use the [`formatDate`](/docs/search/search-query-language/search-operators/formatdate) operator.
11+
- `parseDate` operator supports timestamp only in milliseconds.
1112
:::
1213

1314
## Syntax

0 commit comments

Comments
 (0)