> When it does get resolved, it will likely be through the deprecation of
> the *_date_local fields, which may be replaced with some other field.
That seems prudent, since whatever those field have been, people have learned to use them as is.
I reported their inconsistency a few years ago, but it was clear that they were designed by
someone who simply didn't understand the concept of UnixTime. That lack of understanding may
well be enshrined in the underlying database design, so a fix may be impossible.
>It would be great if the *_date_local fields correctly indicated the local timezone.
This is almost impossible to do reliably, without input from the user. Timezone regions in The States
are mostly static, so one could be fairly confident about it when the locations are not near timezone
borders, but to solve the problem worldwide would be.... challenging.
Jeffrey