Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Can you give the EST format of the same current time.
-
Hey @MandeepGupta, I have checked on it and yes I am able to format the template with the "<?xdoxslt:current_time('ja-JP', 'Asia/Tokyo')?>" and I am able to get the time at "0:32:20" as of now. Thanks.
-
Hey @MandeepGupta, I am using below tags, <?xdoxslt:current_date($_XDOLOCALE, $_XDOTIMEZONE)?> <?xdoxslt:current_time($_XDOLOCALE, $_XDOTIMEZONE)?> Thanks.
-
Hello Mandeep, Usually the tag with XDO will be giving the timestamp details directly, I am only missing on only this one. Is it possible via any logics instead of putting the value as right now for the Time Zone I am getting EST & EDT and it is not coming as expected on the Timestamp though I need to hardcode. Any…
-
Yes, I am trying to fetch the user specific time from the specified timezone either SQL or any tags which I can use at the RTF level helps, as I have tried every approach but it is not working as expected. Thanks