From: Warren Young Date: January 12 2007 3:15am Subject: Re: v2.2 release plan List-Archive: http://lists.mysql.com/plusplus/6270 Message-Id: <45A6FD55.8010205@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Joel Fielder wrote: > > There is no localtime_r function present in Mingw Is there a localtime_s? (I can check this myself, but won't do so immediately, so you might get to this before I do.) If so, let's just make MinGW use the VC++ case. > Or use boost's date and time library. You may know from reading the Wishlist that I am already toying with making Boost a MySQL++ dependency (for portable mutexes), but it's such a complex library that I keep putting it off. Lots of potential benefits, but lots of potential pain, too.