Thanks to visit codestin.com
Credit goes to github.com

Skip to content

πŸ› Bug:Β #12653

@fbv000

Description

@fbv000

Please confirm that the bug report does not already exist

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

Steps to reproduce

Bug Description

Calendar view displays events on the wrong date when using a Date column. Tasks appear on the previous day instead of the correct date they were assigned to.

Environment

  • NocoDB version: 0.2023.11+ (docker nocodb/nocodb:latest)
  • Deployment: Self-hosted Docker (OrbStack on macOS)
  • Browser timezone: America/Sao_Paulo (UTC-3)
  • Container OS timezone: UTC (default)

Steps to Reproduce

  1. Create a new table
  2. Add a Date column (not DateTime) named "Due"
  3. Insert a row with the date value: 2025-11-14
  4. Create a Calendar view using the "Due" column as the date field
  5. View the calendar grid

Expected Behavior

The task should appear on November 14, 2025 in the calendar view, matching the date value entered.

Actual Behavior

The task appears on November 13, 2025 - one day earlier than the date value stored in the database.

Impact

This makes the calendar view unreliable for date-based planning and scheduling, as events consistently appear on incorrect dates.

Desired Behavior

Image

Project Details

Node: v22.20.0
Arch: arm64
Platform: linux
Docker: true
RootDB: sqlite3
PackageVersion: 0.265.1

Attachments

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions