[rt-users] Created date for transaction
Björn Schulz
bjoern.schulz at desy.de
Thu Feb 3 10:48:36 EST 2011
this worked fo me
{
my $Date = RT::Date->new($CurrentUser);
$Date->Set("Format" => 'sql', "Value" => $TA->Created);
$TempMap=$Date->ISO("Timezone" =>"user" );
}
Cheers,
Björn
Am 03.02.11 14:02, schrieb Björn Schulz:
> Hi,
>
> We like to print the creation date of a transaction to a cf..
>
> $TempDate = $TA->Created()
>
> The result is, however, in GMT.
> How can I convert it to my local timezone?
>
> Cheers,
> Björn
>
More information about the rt-users
mailing list