Discussion about this post

User's avatar
Neural Foundry's avatar

The JacksonConfig tweak is super important here because most devs forget that Jackson defaults to UTC normalization. I ran into this exact problem on a scheduling app where we stored meeting times but lost the original user timezone, making it impossible to recalculate DST transitions later. Keeping that offset column separate is way cleaner than jamming timezone IDs into strings.

Expand full comment

No posts

Ready for more?