Wrong Timezone in Email Templates?

Hi,
I’m trying to email Requestors when the Due Date is updated, using
{$Ticket->DueObj->Date}
in the template, but when the email gets sent, the day shown is one day early.

I understand that the RT Web interface sets & shows dates in our local time (+11) and the database stores dates in GMT (+0), but why doesn’t the date object use my designated Timezone when outputting the date?

I’m assuming that there’s an easy way to get it to output the right date, or at least something better than
{$Ticket->DueObj->AddDay->Date}

cheers,
Christopher