Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show expiration time in server's local time #644

Closed
wants to merge 1 commit into from

Conversation

mtlynch
Copy link
Owner

@mtlynch mtlynch commented Jan 4, 2025

The server is currently showing the expiration time in UTC time zone. For users in time zones behind UTC, this causes the expiration date to display a day behind.

The server's local time is probably going to be closer to the client's time zone, so this change uses the server's time zone to display expiration time on the file info page.

Resolves: #641

The server is currently showing the expiration time in UTC time zone. For users in time zones behind UTC, this causes the expiration date to display a day behind.

The server's local time is probably going to be closer to the client's time zone, so this change uses the server's time zone to display expiration time on the file info page.
@mtlynch
Copy link
Owner Author

mtlynch commented Jan 4, 2025

Closing in favor of #645

@mtlynch mtlynch closed this Jan 4, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Jan 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Due to time zone issues, the e2e test cannot be passed
1 participant