When I query job properties with
https://hpc-cluster/WindowsHPC/cluster_name/Job/573374?Properties=CreateTime
the response uses a locale date format:
<Property><Name>ChangeTime</Name><Value>28.11.2016 08:24:06</Value></Property>
But filtering jobs needs ISO-format 2016-11-28T10:06:37Z
:
https://hpc-cluster/WindowsHPC/cluster_name/Jobs?%24filter=ChangeTimeFrom%20eq%202016-11-28T15%3A06%3A37Z&Render=RestPropRender
How can I configure the response to use ISO-format all the time?