cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
992
Views
0
Helpful
3
Replies

GMT Time in UCCX via Script

Hi,

 

I'm developing a script, I need changer GMT Time from +2 to +3, I dont have problem to convert time, but if convert variable Date (with new time) to String it get old value (GMT +2)

 

SET DateNow_Date = D[D[now], TZ[Etc/GMT+3]]

SET DateNow_String = DateNow_Date.toString()

3 Replies 3

Anthony Holloway
Cisco Employee
Cisco Employee
I don't see Etc/GMT+3 as a valid timezone to choose from the list of timezones. Do you? Perhaps that's your issue. Just use the editor, to pick your timezone name from the list of timezones available.

HI Anthony,

 

I got fix the problem used JAVA. Thank you.

Could you share your solution please?