Let's say I want to show in a Banana TimePicker Panel exactly the Locale time which is present into the Solr query results, let's say times with GMT+2. But the problem is that Banana is always showing the GMT+0 time (solr result times minus 2 hours).
So the only workaround I found was to change my Locale directly from the client side, that's sad...
Does anyone has a solution by editing directly the file 'module.js' ?
Thank you by advance.