Filter with timestamp to target created_at column in db

ModalName::where(DB::raw('unix_timestamp(created_at)'),'>',1699197186)->get();

Comments