[client serverTimestamp] does not work
Closed this issue · 2 comments
tschloss commented
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
superfell commented
Thanks I'll investigate.
superfell commented
fix checked in.