Skip to content

Commit

Permalink
[DOCS] Fix heading format errors. Closes #31327
Browse files Browse the repository at this point in the history
  • Loading branch information
Sue-Gallagher committed Jun 25, 2018
1 parent 8fa75b4 commit 9586003
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Time values can also be specified via abbreviations supported by <<time-units,ti
Note that fractional time values are not supported, but you can address this by shifting to another
time unit (e.g., `1.5h` could instead be specified as `90m`).

===== Format
*Format*

Internally, a date is represented as a 64 bit number representing a timestamp in milliseconds-since-the-epoch.
These timestamps are returned as the bucket keys. It is possible to return a formatted date string instead using
Expand Down Expand Up @@ -257,7 +257,7 @@ GET /_search

<1> Supports expressive date <<date-format-pattern,format pattern>>

===== Time Zone
*Time Zone*

Date-times are stored in Elasticsearch in UTC. By default, all bucketing and
rounding is also done in UTC. The `time_zone` parameter can be used to indicate
Expand Down

0 comments on commit 9586003

Please sign in to comment.