359
359
Converts local time in broken down representation to local
364
364
year, mon, mday, hour, min, sec - broken down representation.
368
368
ignoring time zone. Note that we cannot convert back some valid _local_
370
370
ignore this fact now since MySQL will never pass such argument.
373
373
Seconds since epoch time representation.
376
376
sec_since_epoch(int year, int mon, int mday, int hour, int min ,int sec)
379
379
assert(!(year == TIMESTAMP_MAX_YEAR && mon == 1 && mday > 17));
380
380
#ifndef WE_WANT_TO_HANDLE_UNORMALIZED_DATES