Status/Resolution/Reason: Closed/Won't Fix/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 01/29/2015
Components: Language
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Normal / Few users will encounter
Locale/System: ALL / Platforms All
Vote Count: 0
Related Bugs:
CF-4064813 - Similar to
CF11 trims time when displaying a timestamp from a date column of a query created via queryNew()
Steps to reproduce:
1) Run this:
<cfscript>
q = queryNew("dateColumn", "date", [[createDateTime(2015,1,2,3,4,5)]]);
writeOutput(q.dateColumn);
</cfscript>
2) See CF10 displays {ts '2015-01-02 03:04:05'} (good) and CF11 displays 2015-01-02 (bug)
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3929913
External Customer Info:
External Company:
External Customer Name: Aaron
External Customer Email:
Attachments:
Comments: