这是indexloc提供的服务,不要输入任何密码
Skip to content

12.2.0: Date and timezone enhancements

Compare
Choose a tag to compare
@thekid thekid released this 31 Dec 10:44
· 44 commits to main since this release

Bugfixes

  • Fixed Implicitly marking parameter $prompt as nullable is deprecated
    warnings in util.cmd.Console class with PHP 8.4, fixing #346.
    (@thekid)

Features

  • Merged PR #347: Accept strings or util.TimeZone instances - implementing
    the be liberal in what you accept-paradigm in the util.Date class
    (@thekid)
  • Merged PR #345: Support passing floating point numbers to constructor,
    setting microseconds for util.Date instances.
    (@thekid)