Skip to content

Conversation

@Light2Dark
Copy link
Contributor

📝 Summary

Fixes #5524 .
image

Also provides the datetime viewer for these columns.

🔍 Description of Changes

📋 Checklist

  • I have read the contributor guidelines.
  • For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on Discord, or the community discussions (Please provide a link if applicable).
  • I have added tests for the changes made.
  • I have run the code and verified that it works as expected.

📜 Reviewers

@vercel
Copy link

vercel bot commented Jul 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 8, 2025 9:48am

@Light2Dark Light2Dark changed the title fix: try to detect datetime and handle timezones for pandas fix: detect datetime and handle timezones for pandas Jul 8, 2025
@Light2Dark Light2Dark marked this pull request as ready for review July 8, 2025 10:10
@mscolnick mscolnick merged commit 1daf0b7 into main Jul 8, 2025
37 of 38 checks passed
@mscolnick mscolnick deleted the sham/render-datetime-tz-fix branch July 8, 2025 11:18
@github-actions
Copy link

github-actions bot commented Jul 8, 2025

🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.14.11-dev25

@manzt manzt added the bug Something isn't working label Jul 8, 2025
sebbeutler pushed a commit to sebbeutler/marimo that referenced this pull request Jul 16, 2025
## 📝 Summary

<!--
Provide a concise summary of what this pull request is addressing.

If this PR fixes any issues, list them here by number (e.g., Fixes
marimo-team#123).
-->
Fixes marimo-team#5524 . 
<img width="801" alt="image"
src="https://github.com/user-attachments/assets/a0d2ede2-93ef-40f5-90a0-e35b875e62a0"
/>

Also provides the datetime viewer for these columns.

## 🔍 Description of Changes

<!--
Detail the specific changes made in this pull request. Explain the
problem addressed and how it was resolved. If applicable, provide before
and after comparisons, screenshots, or any relevant details to help
reviewers understand the changes easily.
-->

## 📋 Checklist

- [x] I have read the [contributor
guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md).
- [ ] For large changes, or changes that affect the public API: this
change was discussed or approved through an issue, on
[Discord](https://marimo.io/discord?ref=pr), or the community
[discussions](https://github.com/marimo-team/marimo/discussions) (Please
provide a link if applicable).
- [x] I have added tests for the changes made.
- [x] I have run the code and verified that it works as expected.

## 📜 Reviewers

<!--
Tag potential reviewers from the community or maintainers who might be
interested in reviewing this pull request.

Your PR will be reviewed more quickly if you can figure out the right
person to tag with @

@mscolnick (General, AI)
@dmadisetti (Runtime, Caching, Fileformat, AST)
@manzt (Widgets, Dependency Management, LSP)
@Light2Dark (Tables, Plots, Layouts, SQL)
@akshayka (Public API, Dependencies, UX/Styling, Backend, Docs,
Integrations)
 -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

render dates for pandas dataframe using local tz

4 participants