134
134
tmp= ltime.year*10000 + ltime.month*100 + ltime.day;
136
137
type::cut_t cut_error= type::VALID;
137
138
if (ltime.check(tmp != 0,
142
142
char buff[type::Time::MAX_STRING_LENGTH];
143
143
String str(buff, sizeof(buff), &my_charset_utf8_general_ci);