I have passes creation time from device to hub by adding the property as follows:
msg.properties.add('iothub-creation-time-utc', current.toISOString());
And I can see the values in the Raw Values table at IOT Central. But the dashboard/views uses timestamp (time when the IOT Central get the values) which is not relevant in our usecase since there may be offline scenarios.
