Hacker News new | ask | show | jobs
by dmix 198 days ago
How do you handle time zone issues with the dates?

I’ve been curious how much news starts from social media. So many news stories today are “someone said x on twitter”.

1 comments

ehh, timezones handles just with some basic parsing logic...

I'm not pulling from social media yet.

> ehh, timezones handles just with some basic parsing logic...

I hope so. In my experience it's never that simple with dynamic data. Even with predictable data timezones cause issues. You're putting a lot of value in order in your visualizations.