Consider the following situation, I have two menu- Burger and Pizza which are available as follows-
item | Week day |startTime(UTC)| end Time(UTC)
----------------------------------------
Burger | Sunday | 8:00 | 11:00
Burger | Monday | 7:00 | 11:00
Burger | Tuesday | 7:00 | 11:00
Pizza | Sunday | 8:00 | 11:00
Pizza | Monday | 7:00 | 11:00
Pizza | Tuesday | 7:00 | 11:00
I have three branch B1, B2, B3 in timezone (GMT+4) and two branch B4, B5 in timezone (GMT+6).Consider all item is available in all branches. How can i store the above data and made query in elastic search so that i can get the available item with branch in current time based on user timezone?