Esempio n. 1
0
 function is_today($gmt)
 {
     return ICalEvents::is_same_day(strtotime(current_time('mysql')), $gmt);
 }