user_guide_src/source/changelogs/v4.4.6.rst
############# Version 4.4.6 #############
Release Date: February 24, 2024
4.4.6 release of CodeIgniter4
.. contents:: :local: :depth: 3
BREAKING
A bug that caused :ref:Time::createFromTimestamp() <time-createfromtimestamp>
to return a Time instance with a timezone of UTC has been fixed.
Starting with this version, when you do not specify a timezone, a Time instance with the app's timezone is returned by default.
Bugs Fixed
Forge::modifyColumn()
to incorrectly modify table definitions.See the repo's
CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>_
for a complete list of bugs fixed.