FreeTDS dates different between versions
Nick Walke <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAJiKK9geYBCBot9hO1uontEVnrAQP3RTG+gJQY=n=YPe3bqxHA@mail.gmail.com> |
We're rebuilding a web server that uses FreeTDS to connect to an MSSQL server. The old server is running FreeTDS 0.82 and the new server is running version 0.91. The date formatting seems to be off on the new server. When retrieving dates, they come back as something like "Feb 19 2013 12:00:00:000AM". The old server would return them like "2013-04-01 00:00:00". I've verified that the locale files are the same. What can I do on the new server to get it to return dates like on version 0.82? The servers are running different OSes if that makes a difference as well. Nick