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