Skip to content

Commit 00203c3

Browse files
committed
[DOCS] Changes seconds to milliseconds since the Epoch in AD docs. (#53797)
1 parent dfc1d79 commit 00203c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/ml/anomaly-detection/apis/flush-job.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ on January 1, 2018:
9898
--------------------------------------------------
9999
POST _ml/anomaly_detectors/total-requests/_flush
100100
{
101-
"advance_time": "1514804400"
101+
"advance_time": "1514804400000"
102102
}
103103
--------------------------------------------------
104104
// TEST[skip:setup:server_metrics_openjob]

docs/reference/ml/anomaly-detection/apis/start-datafeed.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ following formats: +
4949

5050
- ISO 8601 format with milliseconds, for example `2017-01-22T06:00:00.000Z`
5151
- ISO 8601 format without milliseconds, for example `2017-01-22T06:00:00+00:00`
52-
- Seconds from the Epoch, for example `1390370400`
52+
- Milliseconds from the Epoch, for example `1485061200000`
5353

5454
Date-time arguments using either of the ISO 8601 formats must have a time zone
5555
designator, where Z is accepted as an abbreviation for UTC time.

0 commit comments

Comments
 (0)