✏️ Phoenix LiveView: Presenting DateTime in User's Time Zone
This past weekend, I added a feature to Flick (RankedVote.app) where we now present domain-specific DateTime values, like published_at and closed_at, on the live view page using the user’s time zone. I thought I’d capture some notes on how this was accomplished, some known limitations, ideas to solve those in your own work, and a set of resource links to learn more.
https://mikezornek.com/posts/2025/1/presenting-datetime-in-user-time-zone-phoenix-live-view/
Read next Ecto Datetime With Time Zone