Forum Discussion

werder's avatar
werder
New Member
9 years ago
Solved

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's avatar
    9 years ago

    werder

     

    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"