When tried in design mode, the dateTime() returns the correct local time.
But when the robot is uploaded to the server, I get a totally diffrent time. What exactly does dateTime() return when the robot is launched from your server: your server time (it looks like a US West Coast time)? The time on the server of the fetched URL? In case it is your server time, do you have many servers in multiple time zones, or is this time unique?
To get the time to my local zone, do I have to transform the time I get from dateTime()? In my profile on this site, I have specified a time zone in "Site Options". Does this have any influence on the result of dateTime() ?