Overloading functions when using time_t

One of the problems that we have when using postgresql is the management of time stamps.  This is especially true when using PQexecparams() for reasons that I will not go in to in this post; suffice it to say that when building INSERT statements that use time stamps you may need to get creative. One […]