Lists all of the journal entries for the day.

Thu, 10 Jan 2008

12:10 AM - Time zones

One of the obvious problems with just journal is the handling of time zones or lack thereof.  During the work on ATOM feeds, I had to add GMT conversion in the code.  I'm working on a way for users to pick their default time zone which will allow them to see entries in their time. The problem is that I need to either log what time zone an entry is posted in or convert them all to the same zone.

Almost all the data is in EST, but I did run JJ on a PST based server for a year.  I'm also not familiar with how MySQL deals with time zones.  Further research is needed.

()