HI Experts,
OOTB webtop/DA DQl editors is giving localtimezone(r_creation_date) if run any dql query,But my
custom component is fetching server timezone.
Go to File->Hold control key and press About Webtop-> click Dql Editor->
dql editor will open.
OOTB webtop Dql editor is working like below.
if i run any query in this dql editor (or) through DA dql editor,the dql query is giving correct timezone.it means local timezone is giving.whatever is displaying at Webtop UI level.
it mean to say Dql query giving results timezone(r_creation_date),and webtop UI level timezone are same,if we compare.
I need same behavior in my custom component also.
I have created one component and i have modified dqleditor.jsp according to our requirement.
I am getting servertimezone whenever i run the dql query in my custom component,instead of getting the localtime zone.
where this timestamp(r_creation_date)conversion is happening.?
Please give your suggestions to acheiving my problem.
Regards
Hari