Forum Discussion
werder
9 years agoNew Member
Custom Streaming Tile -moment construction falls back to js Date
Hi Guys I'm experimenting with creating live tiles directly into a dashboard with streaming datasets. But if i stream a datetime field, the tile is not refreshed and i got this in edge inspector:...
Eric_Zhang
Microsoft Employee
9 years ago
I can reproduce that issue when sending a date which is not in ISO 8601 (2017-03-08T06:02:42.046Z) . Try to recreate a new streaming dataset and change the C# code a little bit.
DateTime.UtcNow.ToString("s") + "Z"
werder
9 years agoNew Member
Hi
Sorry for the delay answer. it worked! Thanks
Thanks