Reputation: 718
I'm trying to do some DateTime calculations based off of the Envelope
completedDateTime
retrieved using the Docusign Java Api, but there is no offset included.
How do I determine what offset is being used?
the github location is: https://github.com/docusign/docusign-java-client/blob/master/src/main/java/com/docusign/esign/model/Envelope.java
Upvotes: 0
Views: 82
Reputation: 14050
I assume you mean which timzeone it is at, and it should be UTC+0, or Greenwich Mean Time, or Zulu (has many names) but basically it's the one without any offset...
Upvotes: 1