Hi,
When connect to VPN network (US) we are getting wrong timestamp for
return CreateObject("roDateTime").asSeconds(),
Any ways to solve this??
Rashmikapil1 wrote:Hi,
When connect to VPN network (US) we are getting wrong timestamp for
return CreateObject("roDateTime").asSeconds(),
Rashmikapil1 wrote:The roDateTime Object is created and if we display the current time its showing old time...
e.g.
dateTime = CreateObject("roDateTime")
print "time = “dateTime.AsDateString("long-date")
The output is : time = Thursday November 29, 2018
The above is wrong date.
This happens only when connected to US VPN. In local network the date is correct