Hacker News new | ask | show | jobs
by 2muchcoffeeman 1594 days ago
But that would have been fine, they know the UI uses dates only. Even if you store as a time stamp you can pull out just the year, month day. Compare as normal.

These guys are comparing things that they know is a date only with something that needs a time stamp.

1 comments

> Even if you store as a time stamp you can pull out just the year, month day.

In general, you need a timezone for that.