A Little ecto Trick
Right now I'm setting up ecto (which is a sweet blogging application) to work with BlogCFC. I ran into a little quirk that has to do with the server time. When I posted a few test entries, I got a few error messages having to do with the time zone, and my posts didn't show up on the blog. Upon looking more closely, I discovered that the server time zone is one hour off from where I am. Now, in ecto, you can go in and adjust the default time zone, but this doesn't seem to work well with BlogCFC. Fortunately, there's another workaround - click on ""Adjust Time"" icon and change the time to, say, one hour prior is that's the case for where you are versus the server's location. And you should see your entry posted immediately.
