# Lucene syntax equivalent for "Today"? Does it exist?

**URL:** https://discuss.elastic.co/t/lucene-syntax-equivalent-for-today-does-it-exist/204699
**Category:** Kibana
**Created:** [October 22, 2019, 5:30pm UTC](https://discuss.elastic.co/t/lucene-syntax-equivalent-for-today-does-it-exist/204699 "2019-10-22T17:30:30Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![wylie](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/wylie/32/81794_2.png) [@wylie](https://discuss.elastic.co/u/wylie)
#### Post date: [October 23, 2019, 1:17am UTC](https://discuss.elastic.co/t/lucene-syntax-equivalent-for-today-does-it-exist/204699/4 "2019-10-23T01:17:02Z")

</div>

I know this was not the question, but you can definitely do this with KQL, for example:

`@timestamp >= "now-1d/d+11h" AND @timestamp <= "now-1d/d+13h"` searches for all @timestamps between in a 2-hour range based on midnight UTC+11h

I don't see a way to do this using Lucene syntax only.

---

_[View the full topic](https://discuss.elastic.co/t/lucene-syntax-equivalent-for-today-does-it-exist/204699)._
