Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Audit log based on local user time zone in side kick

Avatar

Level 3

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

1 Accepted Solution

Avatar

Correct answer by
Level 9

Hi Sandeep,

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

[A]

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

Thanks,

View solution in original post

3 Replies

Avatar

Correct answer by
Level 9

Hi Sandeep,

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

[A]

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

Thanks,

Avatar

Level 3

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.