WeAreAthlon / Silla.IO

PHP Application Development Framework.
https://silla.io
GNU General Public License v3.0
25 stars 3 forks source link

Resource model DATE attributes are being updated on each resource update. #54

Closed pnikolov closed 9 years ago

pnikolov commented 9 years ago

The affected attribute is created_on. It gets updated on each resource model update. The bug should be related to the Core\Modules\DB\Decorators\TimezoneAwareness decorator. There are issues with it adds/removes the time zone offset.