657
657
select last_day("1997-12-1")+0.0;
658
658
last_day("1997-12-1")+0.0
663
select strcmp(date_format(date_sub(localtimestamp(), interval 3 hour),"%Y-%m-%d"), utc_date())=0;
664
strcmp(date_format(date_sub(localtimestamp(), interval 3 hour),"%Y-%m-%d"), utc_date())=0
663
select strcmp(date_format(date_sub(localtimestamp(), interval 0 hour),"%Y-%m-%d"), utc_date())=0;
664
strcmp(date_format(date_sub(localtimestamp(), interval 0 hour),"%Y-%m-%d"), utc_date())=0
666
666
select strcmp(date_format(utc_timestamp(),"%Y-%m-%d"), utc_date())=0;
667
667
strcmp(date_format(utc_timestamp(),"%Y-%m-%d"), utc_date())=0