-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
Minor Change
-
None
-
None
-
None
-
None
-
None
-
None
When evolving a Date into a Time when querying, the following method is used:
def __evolve_time__ ::Time.local(year, month, day) end
I believe Time.local will ignore Time.zone from Rails.
Instead, it should do the same as Mongoize, which is use
::Time.configured.local(year, month, day)