Rander method always changes the datetime into UTC
Posted: Fri Jan 13, 2017 1:21 am
I have a dictionary<string,string> of parameters and value of parameters. some of those parameters are in date time format. When I pass this dictionary into the report.render method it changes this date time string into UTC and render it as html. I don't know what I should do to prevent render method to change the date parameter string into the UTC time. would you please help me ASAP?