I've modified the files from the original plugin to add a time zone option, where you can add/subtract hours from the server time to correct the displayed time should your web server be in a different time zone.
The files
ip_watch.php and
stats.php have changed, you just need to install the plugin (posted above) as normal and overwrite those two files with the ones in the attached zip.
Near the top of each file (line 13) there is the following new variable:
$timeshift = 3600 * 8; /** Adjust server time by adding 8 hours **/
You need to set this to the number of seconds (ie. 3600 * hours) that you want to add to the server time or a negative value if you need to remove time.
I've also added a link to lookup the ip address (line 26, using dnsstuff.com), you may edit this to add your favourite lookup site. I like an idea of my visitor come from.
PS. Within the Config options of Coppermine under "General Settings" you set the "Timezone difference relative to GMT" I wonder if there is way of using this to set the timeshift variable. Maybe someone would like that challenge and modify this again.
Thanks freynolds and Paver for sharing this plugin.