Details
-
Task
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
Centos 6.5
-
2016-19
Description
A date time returns a string similar to "1997-01-01 00:00:00", which has 19 characters, yet the function CHARACTER_LENGTH when passed a date-time object returns 7 fewer. This is because of the following specific code in the function:
//adjust for microseconds not counted
return (int64_t)date.size() - 7;
Not sure why this is there as microseconds have nothing to do with it.
Attachments
Issue Links
- is part of
-
MCOL-280 Beta issues
- Closed