The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to Change Confiforms Comment Time Zone for Its Timestamp?

Aster
August 28, 2023

Hi

I have a Confiforms Field Definition with field type Comment and it will automatically add timestamp in the comment. However, it is different form the time zone that we are using. Is it possible to change the comment's time zone or simply hide it?

Thanks!

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Alex Medved _ConfiForms_
Community Champion
August 28, 2023

Hi @Aster 

Actually the timestamp should be formatted in user locale and timezone, at least this is what ConfiForms attempts to do

But you can override the CSS styling and hide it if that does not work for you, by redefining some CSS

<style>
div.comments_list > div > span:nth-child(1) {
  display:none !important;
}
</style>

Alex

Aster
August 28, 2023

Thanks, Alex!

TAGS
AUG Leaders

Atlassian Community Events