Releases: yepes/yii2-model-log-behavior
Releases · yepes/yii2-model-log-behavior
1.0.17
1.0.16
1.0.15
1.0.14
1.0.13
Log date setted using gmdate instead of a mysql now() expression.
In case you were using this and needed to convert previous dates to utc, something like this should do the trick:
update goltratec_log set date=convert_tz(date, '+01:00', '+00:00');
Where +01:00 was your mysql timezone and +00:00 is the desired timezone (UTC).