jQuery countdown plugin that accounts for timezone.
DEMO PAGE | OPENCART EXTENSION
$('.countdown').countdown({
date: '07/27/2015 17:00:00',
offset: +2,
day: 'Day',
days: 'Days'
}, function () {
alert('Done!');
});You can also append a callback function which is called when countdown finishes.
