You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/search/search-query-language/parse-operators/parsedate.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,11 @@ title: parseDate
4
4
---
5
5
6
6
7
-
The parseDate operator extracts a date or time from a string and provides a timestamp in milliseconds.
7
+
The parseDate operator extracts a date or time from a string and provides a timestamp till milliseconds.
8
8
9
9
:::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 till milliseconds.
0 commit comments