Your best bet for doing this, is using the free geoip database (download) from Maxmind dot com and doing a php script that first checks the time range, then if within that range, include the geoip database and check the user's country code. If the code is Italy, then do a php header redirect.
Ideally, after setting that php script up, then include it in your site's head code before any output.