text |
With 2009 == 2010 came the fact that backdated logs showed up as forward-dated after I fixed the ordering. As to why: It was comparing the OOC date 2009 to the 'IC' date 2010 (that's what it's stored as in the database, the year-offset is added by the script), and since 2010 is always greater than 2009, there was apparently no such thing as back-dating anymore. ;) This should be fixed now. I probably broke something else while I wasn't looking, knowing me, though, so let me know if anything nuked itself. |