adspace


Is there is any option to specify time zone for uploading records in apex data loader? : salesforce Data Management

Answer Posted / Rajeev Kumar Gaur

Yes, when using Apex Data Loader, you can set the time zone by using the `--tsv` (timestamp format) or `--cdt` (date-only format) flags. For example:

```bash
apex data load --tsv myFile.csv -u username@example.com

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What were you doing before sfdc development?

521


What is workflow rule and workflow actions? : salesforce workflows and approval process

572