Date / Time selected in the portal
Hello,
The date / time that is selected from a date picker do not appear correctly in the User Input field in the console.
For example
Date / Time selected on portal request 15/06/2016 11:30 AM
Date /Time in user input on portal 15/06/2016 11:30 AM
Date / Time in user input on console 2016-06-15 2:00:00 UTC
Does anyone know how this can be corrected?
Thanks
Answers
I think the user input on the Console is depend by Windows Region Settings.
We have similar issue:
The Portal give the input date with GMT+2 format to SCSM but they can use the UTC timeformat only, so we must convert it.
For example, if only the date is important to a SR, the Portal set the time to: 00:00 (26/06/2016 00:00 00:00 for example)
This is GMT+2, the SCSM substract -2 hours, so the Analyst will see 25/06/2016 22:00 on the Portal.
Not so good.