Rick Measham schreef:
> Now maybe we need $rth->move_internal_timezone('Australia/Melbourne');
>
> Or I need to figure some other way of doing this. (Any help on a workaround
> would be great)
Probably,
$rth->set_time_zone('floating');
$rth->set_time_zone('Australia/Melbourne');
should do the trick. I don't know if it does at the moment, (are
floating times implemented yet?), but it should eventually.
Eugene
