Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in Salesforce by (11.9k points)
With the Salesforce API, is there a way to get the current time on the Salesforce server?

1 Answer

0 votes
by (32.1k points)

You can use the getServerTimestamp() method:

GetServerTimestampResult timestamp = binding.getServerTimestamp();

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
+2 votes
2 answers
asked May 23, 2019 in Python by Anvi (10.2k points)
0 votes
1 answer

Browse Categories

...