Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Sean Coyne / Sean Coyne ()
Created: 12/09/2016
Components: Language, WDDX Serialization
Versions: 2016
Failure Type: Data Corruption
Found In Build/Fixed In Build: 2016.0.03.300466 /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Win 2012 Server x64
Vote Count: 1
Problem Description:
If you serialize an date object to WDDX then back to CFML it does not return the correct date
Steps to Reproduce:
run code in attached file (tried to put the code here but kept getting an error when submitting the bug)
Actual Result:
before: {ts '2016-10-14 23:45:00'}
after: {ts '2016-10-15 00:45:00'}
Expected Result:
same date/time before and after serialization
Any Workarounds:
if the date is converted to a string first it seems to serialize/deserialize correctly, but date objects do not work
Attachments:
- December 09, 2016 00:00:00: cfwddx_bug.cfm.zip
Comments: