Closed paustint closed 4 years ago
Dates in this format are valid with Salesforce, but not parsed properly: 2020-04-15T02:40:03.000+0000
2020-04-15T02:40:03.000+0000
Example: SELECT Id FROM LoginHistory WHERE LoginTime > 2019-04-15T02:40:03.000+0000 AND LoginTime < 2020-04-15T02:40:03.000+0000
SELECT Id FROM LoginHistory WHERE LoginTime > 2019-04-15T02:40:03.000+0000 AND LoginTime < 2020-04-15T02:40:03.000+0000
Description
Dates in this format are valid with Salesforce, but not parsed properly:
2020-04-15T02:40:03.000+0000
Example:
SELECT Id FROM LoginHistory WHERE LoginTime > 2019-04-15T02:40:03.000+0000 AND LoginTime < 2020-04-15T02:40:03.000+0000