From b9fbde8fff44be8a845bafee08c16c9d8ed6ed98 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Wed, 23 Jul 2025 11:28:12 +0530 Subject: [PATCH 1/3] Update parsedate.md --- .../search-query-language/parse-operators/parsedate.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/search/search-query-language/parse-operators/parsedate.md b/docs/search/search-query-language/parse-operators/parsedate.md index fc2c372617..0a706f17d9 100644 --- a/docs/search/search-query-language/parse-operators/parsedate.md +++ b/docs/search/search-query-language/parse-operators/parsedate.md @@ -4,10 +4,11 @@ title: parseDate --- -The parseDate operator extracts a date or time from a string and provides a timestamp in milliseconds.  +The parseDate operator extracts a date or time from a string and provides a timestamp till milliseconds.  :::note -To convert an epoch timestamp to a human-readable format, use the [`formatDate`](/docs/search/search-query-language/search-operators/formatdate) operator. +- To convert an epoch timestamp to a human-readable format, use the [`formatDate`](/docs/search/search-query-language/search-operators/formatdate) operator. +- `parseDate` operator supports timestamp only till milliseconds. ::: ## Syntax From 5f2e94ce803a8e1525dd0fc3986995f024f19fb3 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Wed, 23 Jul 2025 13:02:16 +0530 Subject: [PATCH 2/3] Update docs/search/search-query-language/parse-operators/parsedate.md --- docs/search/search-query-language/parse-operators/parsedate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/search/search-query-language/parse-operators/parsedate.md b/docs/search/search-query-language/parse-operators/parsedate.md index 0a706f17d9..c850b99f50 100644 --- a/docs/search/search-query-language/parse-operators/parsedate.md +++ b/docs/search/search-query-language/parse-operators/parsedate.md @@ -4,7 +4,7 @@ title: parseDate --- -The parseDate operator extracts a date or time from a string and provides a timestamp till milliseconds.  +The parseDate operator extracts a date or time from a string and provides a timestamp in milliseconds.  :::note - To convert an epoch timestamp to a human-readable format, use the [`formatDate`](/docs/search/search-query-language/search-operators/formatdate) operator. From 126d2c2954612bb4313c592c9f83cc07b8387840 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Thu, 24 Jul 2025 13:14:17 +0530 Subject: [PATCH 3/3] Update docs/search/search-query-language/parse-operators/parsedate.md Co-authored-by: John Pipkin (Sumo Logic) --- docs/search/search-query-language/parse-operators/parsedate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/search/search-query-language/parse-operators/parsedate.md b/docs/search/search-query-language/parse-operators/parsedate.md index c850b99f50..d736d391fd 100644 --- a/docs/search/search-query-language/parse-operators/parsedate.md +++ b/docs/search/search-query-language/parse-operators/parsedate.md @@ -8,7 +8,7 @@ The parseDate operator extracts a date or time from a string and provides a time :::note - To convert an epoch timestamp to a human-readable format, use the [`formatDate`](/docs/search/search-query-language/search-operators/formatdate) operator. -- `parseDate` operator supports timestamp only till milliseconds. +- `parseDate` operator supports timestamp only in milliseconds. ::: ## Syntax