It sounds as though you’re just displaying the current time (rather than displaying the time the comment was created, which I’m assuming is what you’re meaning to do).
So display the comment’s created time rather than the current time.
Hi there, @pauljoneswv… you likely have a data type where you are saving the comments, so you would want to show the creation date associated with the comments, not the current user. In other words, Current User's Creation Date is the date when the user was created in the User data type, and it has nothing to do with the creation date of any comment(s).
If this response doesn’t help you resolve the issue, consider sharing some screenshots of your data types and element configurations because it’s much easier to help when we can see what’s going on.
Yes, obviously the Current User’s creation date is the date the Current User was created - not the date of any comment’s being posted).
As I said previously, assuming you’re trying to show the date the comment was created, then you need to use the Comment’s Created Date (not the User’s created date).