UTC Time Conversion
We have data in our database that is stored in UTC time and we wish to display this data in local time. This is very difficult to convert inside SQL itself, which is aparently because people are expected to make this conversion in their presentation layer. In this case, our presentation layer is the Fast Reports engine itself, so we were hoping that the conversion could be done there.
Is there currently a way of having FastReports convert datetime values to local time? If not, is it feasible to add such a feature?
Is there currently a way of having FastReports convert datetime values to local time? If not, is it feasible to add such a feature?