i tired using <DATE> tag for getting current time but its not working i tried it with many formats but all it shows is current date. i thought that i am wrong in setting the value of time zone so i did this
<category>
<pattern>time</pattern>
<template>
<date locale="en_US" format="%Z"/>
</template>
</category>
but still the output is current date. can anyone tell me where i am wrong?