Two big things on my list of things to do have been taken care of. For the most part. First, there was this really freaking annoying time issue with the server. My server times was right and my time zone was set right, but PHP showed me as +0100GMT (Seattle is -0700GMT right now). I was finally able to get it down to 0000GMT. Just this morning I was able to get it report -0700GMT. All I had to do was set the TZ environmental variable to NULL. Hmm. Time will tell how permanent that fix is.
The other on my list was making some updates to the Countdown Timer. I’m at version 0.7.8 right now doing some internal testing. I was finally able to get it to sort a double array correctly. There is no built-in function for it, so I had to have it recursively switch the data around. It will have to do.
0