I am trying to train a Dialogflow bot to recognize different travel requests (flight reservations, hotel bookings, etc). I see that it doesn't properly parse the time if it isn't specified as a 12-hour format (with AM/PM).
I need a flight from London to Paris Saturday between 08:00 and 10:00 is parsed as 2019-03-09T20:00:00Z/2019-03-09T22:00:00Z
Instead, if I write 08:00 AM and 10:00 AM, then it is parsed well. I am using the default entity @sys.date-time. Is there any way to make it interpret the times correctly also as 24-hour format (08:00 to be recognized as 8AM and not 8PM)?