datetimedocusignapitimezone-offsetenvelopeoffsetdatetime

What offset is used for DocusignApi Envelope.completedDateTime


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


Solution

  • 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...