Status/Resolution/Reason: To Track//PRNeedInfo
Reporter/Name(from Bugbase): Michael Grant / ()
Created: 06/21/2018
Components: Language, DateTime Functions
Versions: 11.0
Failure Type: Data Corruption
Found In Build/Fixed In Build: 11,0,14,307976 /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Windows 10 64 bit
Vote Count: 3
Problem Description:
Using DateConvert() inside DateAdd() creates a corrupt date/time object.
Please refer to this conversation https://forums.adobe.com/message/10459206#10459206
Steps to Reproduce:
Please refer to this conversation https://forums.adobe.com/message/10459206#10459206
Actual Result:
Evaluating two time objects gives unexpected results. Time 2 evaluates as earlier than Time 1
Expected Result:
Time 1 is later than Time 2.
Any Workarounds:
Wrapped DateAdd() function in ParseDateTime() to get a proper date/time object.
Attachments:
Comments: