CoreProtect

CoreProtect

1M Downloads

[Feature request] Allow change of timezone in hover event

jarekt opened this issue ยท 1 comments

commented

What

It would be nice if the timezone used in the hover event that displays the time when a given action was logged could be changed in the config. The default timezone is that of the server; most hosts, however, don't allow you to change it. Ideally, it would be specific for each client, though I'm unsure if that can be achieved.

image


String formattedTimestamp = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss z").format(logDate);

commented

I also need this