This issue is driving me nuts.
I am using SharePoint 2010 and FAST search.
In a list there is a column named Upload Date - type: Date only.
Column crawled property ows_uploaddate(Datetime) is mapped to managed property uploaddatedt.
Everything works as expected and in core search results webpart I receive results:
<uploaddatedt>2014-08-21T00:00:00Z</uploaddatedt> There are +17k items with two different dates (21st and 22nd).
Fun starts when I add the uploaddatedt to Refinement Panel Web Part:

(Don't bother with the look - solution is fully customized and customization isn't part of this problem)
First of all where did the value 2014-08-21T12:00:00Z came from??
Second and more important, how can make Refiner Panel to display this as any other 'normal' (text) property?
My goal is to have exact dates as refinement results (like 2014-08-21, 2014-08-22) and not before, or later range stuff.
Maybe this is something basic but I tried... well, everything I could think of.
Anyone has any suggestion?