From 2a16a89f252c835fadedc08a3ac7ed04ddf7db49 Mon Sep 17 00:00:00 2001 From: Abdon Pijpelink Date: Tue, 20 Dec 2022 14:15:11 +0100 Subject: [PATCH] [DOCS] Remove outdated note in `Date field type` (#92408) (#92468) Negative epoch timestamps are supported in 8.2.0 by pr #80208 Co-authored-by: QY --- docs/reference/mapping/types/date.asciidoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/reference/mapping/types/date.asciidoc b/docs/reference/mapping/types/date.asciidoc index eb5aeee9e8a18..7f4d28d0e788b 100644 --- a/docs/reference/mapping/types/date.asciidoc +++ b/docs/reference/mapping/types/date.asciidoc @@ -10,9 +10,6 @@ JSON doesn't have a date data type, so dates in Elasticsearch can either be: * a number representing _milliseconds-since-the-epoch_. * a number representing _seconds-since-the-epoch_ (<>). -NOTE: Values for _milliseconds-since-the-epoch_ must be non-negative. Use a -formatted date to represent dates before 1970. - Internally, dates are converted to UTC (if the time-zone is specified) and stored as a long number representing milliseconds-since-the-epoch.