BPM, Workflow, and Case

BPM, Workflow, and Case

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  Help getting correct time in app and PC

    Posted 01/17/18 12:47 PM

    When attempting to call a Watson conversation in Bot framework (using c#) I am saving the present time as “context”:{“sysTimeNow”:””}. The timezone on my PC is UTC+01, but when I change it to UTC+3 and check what $sysTimeNow in Watson the time is correct. However, when I check in the App it reverts to UTC+00. Does anyone know what is going on? How can I get the correct time on my app and PC?



  • 2.  RE: Help getting correct time in app and PC

    Posted 02/21/18 12:11 PM

    It looks like your application needs to pass in $timezone in the context, with a value like "Europe/London"

    Let me know if that solves it.