Hi,
I have referred most of the threads in this forum about how we can you show the date (with time and timezone) in the grid without it subtracting (or adding) the hours for the local timezone. I have tried the solutions the experts suggested here. However, I still face the issue of the date being converting to local timezone.
Here’s my scenario,
I have the date string as ’07/26/2017 03:38 PM EDT’ and I have set the type as ‘date’ and the cellsformat as ‘MM/dd/yyyy hh:mm tt zzz’. I have also the ‘format’ attribute to ‘MM/dd/yyyy hh:mm tt zzz’. I expect to see the date in the same format on the grid. Here’s the fiddle,
http://jsfiddle.net/sGGZ3/607/
As you can see in the fiddle, it converts the date to local timezone even though I have set the format to mach exactly the date string I passed.
Thanks,
Shakeel