[PR #2436] [MERGED] fix: local time #5230

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

📋 Pull Request Information

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

Base: mainHead: reference


📝 Commits (3)

  • dafc8d9 feat: use user local timezone
  • b6f1f22 fix: suggestion for date logic
  • bf8da89 Merge branch 'main' into reference

📊 Changes

3 files changed (+17 additions, -8 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/application/cell/cell_data_persistence.dart (+6 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/date_cell/date_cal_bloc.dart (+1 -4)
📝 frontend/rust-lib/flowy-database/src/services/field/type_options/date_type_option/date_type_option.rs (+10 -3)

📄 Description

This PR builds on top of #2407 to make sure that the time in date cells are stored and retrieved correctly.

Feature Preview

fix #2405
fix #2066
fix #2238


PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/2436 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 5/3/2023 **Status:** ✅ Merged **Merged:** 5/3/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `reference` --- ### 📝 Commits (3) - [`dafc8d9`](https://github.com/AppFlowy-IO/AppFlowy/commit/dafc8d99ba3bab1af68f09ee0ac96d90e255249d) feat: use user local timezone - [`b6f1f22`](https://github.com/AppFlowy-IO/AppFlowy/commit/b6f1f22fc8427509ef5bbe3af3e3bc5b148c30ed) fix: suggestion for date logic - [`bf8da89`](https://github.com/AppFlowy-IO/AppFlowy/commit/bf8da89707276c947bd1a8b9009003f3bb9b301d) Merge branch 'main' into reference ### 📊 Changes **3 files changed** (+17 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/cell/cell_data_persistence.dart` (+6 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/date_cell/date_cal_bloc.dart` (+1 -4) 📝 `frontend/rust-lib/flowy-database/src/services/field/type_options/date_type_option/date_type_option.rs` (+10 -3) </details> ### 📄 Description This PR builds on top of #2407 to make sure that the time in date cells are stored and retrieved correctly. <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview fix #2405 fix #2066 fix #2238 --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [x] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <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:49 +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#5230
No description provided.