|
|
|
|
|
by andjones
5142 days ago
|
|
This article seems to be picking on date / time manipulation within PHP. I don't see a database in use. The title should say something about PHP not handling date/time correctly. This is nothing new. I'm not positive if MySQL, PostgreSQL, Oracle, or similar would perform the same date and time manipulation correctly. However, I know from personal experience that MySQL handles date/times more consistently than PHP. I'm curious to see if someone with more knowledge than myself can chime in on the issue. |
|
Postgres boasts some very pedantically excellent timestamp and timezone support. If there is a bug, it will be rectified in all possible haste once reported.
For example, from http://www.postgresql.org/docs/9.2/static/functions-datetime...: