WebService user CurrentDateTime

0
Hi all, We have a webservice user that no time zone has been set for. Our timezone is (GMT+02:00) Johannesburg/Africa I need to do some logic if the web service call is done after 8PM and handle it as follow.  $CurrentHour  = parseInteger(formatDateTime([%CurrentDateTime%], 'HH')) + 2  if $CurrentHour >=  20 then … Must I add 2 hours to ensure the %CurrentDateTime% I am working with is our local time? It is working but every now and then i have not expected results.  
asked
0 answers