|
|
|
|
|
by Gigablah
5142 days ago
|
|
From the article:
"Databases rarely handle timezones, daylight savings time and rule changes correctly, so avoid the database specific functionality all together." The article isn't "picking on" PHP, it's highlighting that timezone rules are constantly changing (which is not a language-specific problem) and details how to handle them (e.g. using an extension that's updated more frequently). |
|