Calculating the Date from Exported PostgreSQL Table
Posted by Johan Cyprich on 14 Dec 2009 | Tagged as: Programming
When exporting a PostgreSQL database to another database server, such as MySQL or MS SQL Server, the date field will appear as a number if it is saved as an Excel sheet. After spending some time trying to determine what the number means, I found that it seems to represent the number of days from [...]