Skip to content

Commit

Permalink
Merge pull request #17123 from newrelic/rhs-add-missing-heading-anchor
Browse files Browse the repository at this point in the history
NRQL: Add missing anchor to h3 heading
  • Loading branch information
rhetoric101 committed Apr 30, 2024
2 parents e5a3a0b + 5e0611b commit 6a17477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/nrql/using-nrql/query-time-range.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ Note that `today AT [time]` in a `SINCE` clause will never reference a time in t
</table>
</Collapser>

### Use a DateTime string
### Use a DateTime string [#use-datetime-string]
You can specify a time range time using a DateTime string. The parser generally supports the ISO 8601 DateTime format: `'2023-12-18T12:34:56.789-06:00'`. But, the DateTime parser can also recognize variants of the ISO standard format, like `'2023-12-18 12:34'`. The parser also supports date-only (`'2023-12-18'`) and time-only (`'12:34:56'`) strings. We have the options and examples for using a DateTime string below:

<table style={{width: "auto"}}>
Expand Down

0 comments on commit 6a17477

Please sign in to comment.