You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MONGOID-5488 - Bugfix: Date#__evolve_time__ should use the configured zone instead of Time.local (i.e. respecting Mongoid.use_activesupport_time_zone) (#5471)
* Date#__evolve_time__ should use the configured zone. Currently it uses "local" (not "UTC") which is not affected by Rails configuration.
* Make consistent with Mongoize
* Add changelog
* Update docs/release-notes/mongoid-9.0.txt
* Update docs/release-notes/mongoid-9.0.txt
* Update mongoid-9.0.txt
Co-authored-by: shields <shields@tablecheck.com>
Co-authored-by: Oleg Pudeyev <39304720+p-mongo@users.noreply.github.com>
0 commit comments