Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Chronos classes. #593

Merged
merged 4 commits into from
Dec 7, 2022
Merged

Update Chronos classes. #593

merged 4 commits into from
Dec 7, 2022

Conversation

ADmad
Copy link
Member

@ADmad ADmad commented Dec 6, 2022

No description provided.

@othercorey
Copy link
Member

Looks ok.

@markstory markstory merged commit c2b8eef into cake5 Dec 7, 2022
@markstory markstory deleted the cake5-chronos branch December 7, 2022 00:21
{
$endTime = ConnectionManager::get('test')->selectQuery()
->select('end_time')
->from('migrator_phinxlog')
->execute()->fetchColumn(0);

return Date::parse($endTime);
return ChronosDate::parse($endTime);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am curious why this was a date though.

@LordSimal LordSimal added this to the 4.x (CakePHP 5) milestone Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants