Hello,
You can add the following line into /includes/var_definition.php:
// save new date with time shift in seconds (3600 - 1 hour)
$va_time_shift = 0;
When the difference in time is 12 hours ahead the code could be something like:
$va_time_shift = 12 * 3600;
Best regards,
ViArt Suppot Team