• A
    Retain UTC offset when using Time.at_with_coercion · 1b387373
    Andrew White 提交于
    The standard Ruby behavior for Time.at is to return the same type of
    time when passing an instance of Time as a single argument. Since the
    an ActiveSupport::TimeWithZone instance may be a different timezone than
    the system timezone and DateTime just understands offsets the best we
    can do is to return an instance of Time with the correct offset.
    
    Fixes #11350.
    1b387373
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 4.0 KB