Nothing Special   »   [go: up one dir, main page]

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

🐛 Bug: Calendar current time cursor is in the wrong place #9558

Open
1 task done
pippijn opened this issue Sep 27, 2024 · 1 comment
Open
1 task done

🐛 Bug: Calendar current time cursor is in the wrong place #9558

pippijn opened this issue Sep 27, 2024 · 1 comment
Assignees
Labels
🐛 Type: Bug Something is broken or incorrect unexpectedly.

Comments

@pippijn
Copy link
pippijn commented Sep 27, 2024

Please confirm that the bug report does not already exist

  • I confirm there is no existing issue for this bug.

Steps to reproduce

Make any calendar event. Observe that the current time cursor is pointing later than the time of the event even when the event is supposed to be later than the current time.

Desired Behavior

Cursor should point at the correct time.

Project Details

NocoDB in docker: true

Version 0.255.2

Attachments

image

Copy link
dosubot bot commented Sep 27, 2024

Hey @pippijn! I'm here to help you with any bugs, questions, or contributions you have for NocoDB. Let's tackle this issue together!

The issue with the current time cursor being in the wrong place could be related to timezone handling. The calendar component retrieves time information based on the server's timezone (GMT by default). If the browser's timezone differs from the server's timezone, the displayed time may be incorrect [1].

To address this, ensure that the server and browser timezones are synchronized. You might also want to check if there are any discrepancies in the timezone settings within your Docker environment or the NocoDB configuration.

If the problem persists, consider reviewing the code responsible for rendering the current time cursor to ensure it correctly accounts for timezone differences.

To continue talking to Dosu, mention @dosu.

@dosubot dosubot bot added the 🐛 Type: Bug Something is broken or incorrect unexpectedly. label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Type: Bug Something is broken or incorrect unexpectedly.
Projects
Status: 🏌️ Open
Development

No branches or pull requests

2 participants