[PR #2407] [MERGED] feat: use user local timezone #5219

Closed
opened 2026-03-23 22:17:46 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2407
Author: @appflowy
Created: 5/1/2023
Status: Merged
Merged: 5/3/2023
Merged by: @appflowy

Base: mainHead: feat/use_local_timezone


📝 Commits (1)

  • b3f6e2a feat: use user local timezone

📊 Changes

3 files changed (+20 additions, -15 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/application/database_controller.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/application/calendar_bloc.dart (+2 -0)
📝 frontend/rust-lib/flowy-database/src/services/field/type_options/date_type_option/date_type_option.rs (+16 -14)

📄 Description

Use the local timezone to calculate the formatted date string. We can use the timezone specified by the user in the future.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/2407 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 5/1/2023 **Status:** ✅ Merged **Merged:** 5/3/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/use_local_timezone` --- ### 📝 Commits (1) - [`b3f6e2a`](https://github.com/AppFlowy-IO/AppFlowy/commit/b3f6e2a82ac1d29565e73a058a0d5ce5aa1ddbf1) feat: use user local timezone ### 📊 Changes **3 files changed** (+20 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/database_controller.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/application/calendar_bloc.dart` (+2 -0) 📝 `frontend/rust-lib/flowy-database/src/services/field/type_options/date_type_option/date_type_option.rs` (+16 -14) </details> ### 📄 Description Use the local timezone to calculate the formatted date string. We can use the timezone specified by the user in the future. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:17:46 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#5219
No description provided.