Audit log based on local user time zone in side kick | Community
Skip to main content
Level 2
May 6, 2017
Solved

Audit log based on local user time zone in side kick

  • May 6, 2017
  • 3 replies
  • 1061 views

Audit log(screenshot attached) for a page is recording all creation and activation date and time info,but the timestamp being recorded is based on server time zone where AEM installed.

We have a requirement to display time stamp based on local time/country which content editor is editing.

Example any China page being activated and modified time stamp recorded in audit log on side kick needs to display log in Chinese time stamp.

Is there any configuration needs to be done to acheive this.

All inputs are welcome and thanks in advance for the interest.

Thanks
Sandeep

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by MC_Stuff

Hi Sandeep,

It needs customization by overlaying [A] Or register with own dialog.

[A]

/libs/cq/ui/widgets/source/widgets/wcm/AuditLogDialog.js

Thanks,

3 replies

Level 2
May 6, 2017

+screesnshot

MC_Stuff
MC_StuffAccepted solution
Level 10
May 6, 2017

Hi Sandeep,

It needs customization by overlaying [A] Or register with own dialog.

[A]

/libs/cq/ui/widgets/source/widgets/wcm/AuditLogDialog.js

Thanks,

Level 2
May 7, 2017

Hi MC,

Thanks for the lead,actually the JS mentioned above is been used to generate the dialog frame.
/libs/cq/ui/widgets/source/widgets/wcm/AuditLogDialog.js

But the values are generated in the below mentioned JSP,I'm now able to acheive requirement with this.
/libs/foundation/components/primary/cq/Page/audit.json.jsp

Thanks for the help.