Setting Timezone for signer
Thursday, January 31, 2019 at 04:33amGuys,
I am having a hard time finding information about setting the timezone for a date field that is captured when the signer is signing the document. Can anyone provide a link where I can find more information or possible provide a coding sample?
Current when a signer signs a document, the field value is returned in this formation. "value": "yyyy-MM-dd HH:mm:ss 'GMT'". I'm trying to find a way to get this to either match our Notary user timezone or maybe set to CST for all.
Thoughts, comments, expressions?
Reply to: Setting Timezone for signer
Thursday, January 31, 2019 at 07:44amReply to: Setting Timezone for signer
Thursday, January 31, 2019 at 11:24am{ "id": "Approval_1", "fields": [ { "binding": null, "page": 1, "top": 124.8522022100002, "subtype": "FULLNAME", "height": 27.060000000000002, "left": 93.600000000000009, "width": 202.40480000000002, "type": "SIGNATURE", "value": "", "validation": null }, { "binding": "{approval.signed}", "page": 1, "top": 124.8522022100002, "subtype": "LABEL", "height": 27.060000000000002, "left": 544.764984127, "width": 78.176799999999957, "type": "INPUT", "value": "yyyy-MM-dd HH:mm:ss z", "validation": null } ], "role": "BorrowerSignature0" }I've also added this to our package creation. Here is a sample of what we send up.{ "status": "DRAFT", "type": "PACKAGE", "name": "My Test Package", "timezoneId": "CST" }When I go and do a signing, it puts the signing date label in GMT and not the CST value that is specified.Reply to: Setting Timezone for signer
Friday, February 1, 2019 at 06:16amReply to: Setting Timezone for signer
Monday, February 4, 2019 at 03:18amReply to: Setting Timezone for signer
Monday, February 4, 2019 at 04:12amReply to: Setting Timezone for signer
Monday, February 4, 2019 at 05:07amReply to: Setting Timezone for signer
Monday, February 4, 2019 at 05:37amReply to: Setting Timezone for signer
Monday, February 4, 2019 at 05:41amReply to: Setting Timezone for signer
Monday, February 4, 2019 at 05:46amReply to: Setting Timezone for signer
Monday, February 4, 2019 at 05:50amReply to: Setting Timezone for signer
Monday, February 4, 2019 at 07:56amReply to: Setting Timezone for signer
Monday, February 4, 2019 at 08:23amReply to: Setting Timezone for signer
Monday, February 4, 2019 at 08:36amReply to: Setting Timezone for signer
Monday, February 4, 2019 at 09:34amReply to: Setting Timezone for signer
Monday, February 4, 2019 at 09:36am