-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Milestone
Description
Attempted Debugging
- I have read the debugging page
Searched GitHub Issues
- I have searched GitHub for the issue.
Describe the Scenario
I have the following issues and can't seem to figure out if this is a bug or a misconfiguration:
- When mousing over elements to get the exact dates - they are in UTC regardless of user's actual TZ. Now, they are correct (as in - this is the correct UTC time of the action), the "n units ago" is calculated correctly, they are stored in the database correctly, but the exact timestamp is shown in the UI without respect for user's TZ, and without indication that time is being displayed in UTC
- The way the exact timestamp is displayed is inconsistent:
- For comments (as well as in Audit Log, User's last login and most other places) it displays good nice ISO timestamp:

- For books/pages it is displayed as such:


- And for Recent Activity column on the left - there's no popup with a timestamp at all
Exact BookStack Version
v23.12.1
Log Content
No response
Hosting Environment
Docker container (from LSIO) behind NGINX
server:
image: lscr.io/linuxserver/bookstack:latest
environment:
TZ: UTC
APP_TIMEZONE: UTC
APP_LANG: en
APP_AUTO_LANG_PUBLIC: false
db:
image: lscr.io/linuxserver/mariadb:10.11.5
environment:
TZ: UTC
Host server is also in UTC (though it's locale isn't bound into containers)