When You write a Linq to Entity query and use a DbFunctions.TruncateTime in Your query. You will get a run time exception Not Supported.
When I checked in the source code, I found that it is not implemented in code.
I have however implemented the code in my side, but would like to get it reviewed and pushed in the repository, so everyone gets this missing feature.