superfell/zkSforce

[client serverTimestamp] does not work

Closed this issue · 2 comments

Hi,
in my installation [client serverTimestamp] returned NULL.

I fixed it by changing the following line in zkSforceClient.m
new: zkElement *timestamp = [[res childElement:@"result"] childElement:@"timestamp"];
old: zkElement *timestamp = [res childElement:@"result"] ;

You may want to validate this and act accordingly.

Thank you
Thomas

Thanks I'll investigate.

fix checked in.