Is there is any option to specify time zone for uploading records in apex data loader? : salesforce Data Management
Answer / 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 |
What are the available trigger contest variables?
What is mvc architecture in visualforce?
What are the different lightning component bundles?
What is manual sharing (user managed sharing)? : salesforce sharing and security
How can you create many to many relationship in salesforce ?
What happens with existing visualforce pages in lightning experience ? : salesforce lightning component
What is the maximum size of the pdf generated on visualforce attribute renderas ?
How many ways we can made field is required?
What are force platform sites?
What is the custom settings ?
Will data be lost in a custom field if data type is changed to number from any other data type?
What is cross object formula creation?