preserve timestamp of symlinks using rsync

Hi,
In my shell programming, When i copy sym links from one server to another server using rsync it does not preserve time stamp . it showing current time after copying in destination server.the command i used is

rsync -vaR --

How can i preserve sym links time stamp using rsync.

Thanx

-t preserves times.