v2.7.0.5
I run tests on Azure VMs which are in UTC time zone (and non Azure VMs being at a different time zone). When they have e.g. errors I see something like
Summary | Reported At
"There is not enough space on the disk. | 5/5/2014 10:23:09 AM"
The time part is confusing since you do not know if the error is 10:23 local time or grid node server time (I assumed it was local since IMO that would be the logical way of representing it).
I would suggest either to include offset from server it represents (e.g. +0 for UTC) or, IMHO the better alternative, convert it to local time so I don't need to care what time zones the different grid nodes are running at.
Thanks!
(Don't know if this is a feature request , "usability issue" or a bug so I took a chance it is not a feature request :)).