That is strange...
The only thing I can think is that the server time zone is set to something different from what yours is.
What the plugin does is write a record into the database, and the timestamp it uses is "NOW()", which is the current time. I think it uses the server's current time, but I'm not positive. So if the server's time is different from your time (if it's set to GMT, for example, and your time zone is GMT-4), then the times will be different.
I'll have a look to see if it can be set to the board's current time instead of using the "NOW()" function.
|