Display ticket creation time in another language

Hello all,

I’m trying to display a ticket creation time on an RT email template. I used
the following:
{$Transaction->CreatedAsString}

And I got the following in the email: Mon Apr 18 13:06:23 2011 ; which is
indeed the ticket creation time.

Is it possible to get the ticket creation time in another language? Say
French?

Thanks in advance
Regards,
Houcem

Hello all,
I’m trying to display a ticket creation time on an RT email template. I used the following:
{$Transaction->CreatedAsString}

And I got the following in the email: Mon Apr 18 13:06:23 2011 ; which is indeed the ticket
creation time.
Is it possible to get the ticket creation time in another language? Say French?
Thanks in advance

You might be able to set DateTimeFormat to LocalizedDateTime but it
depends on you having all the DateTime modules it wants installed to
work properly. I’m also not 100% sure how it interacts with being
sent in emails vs changing the web UI.

-kevin