提交 9484f4b8 编写于 作者: A Andrew White

Add CHANGELOG entry for #11464

上级 e3c382e3
* Add `ActiveSupport::JSON::Encoding.time_precision` as a way to configure the
precision of encoded time values:
Time.utc(2000, 1, 1).as_json # => "2000-01-01T00:00:00.000Z"
ActiveSupport::JSON::Encoding.time_precision = 0
Time.utc(2000, 1, 1).as_json # => "2000-01-01T00:00:00Z"
*Parker Selbert*
* Maintain the current timezone when calling `change` during DST overlap
Currently if a time is changed during DST overlap in the autumn then the method
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册