Jolley71717
Jolley71717

Reputation: 718

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

Upvotes: 0

Views: 82

Answers (1)

Inbar Gazit
Inbar Gazit

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

Related Questions