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

Why don't possible setTime with methods setDue() #2654

Open
Xavlight opened this issue Jan 7, 2025 · 0 comments
Open

Why don't possible setTime with methods setDue() #2654

Xavlight opened this issue Jan 7, 2025 · 0 comments

Comments

@Xavlight
Copy link

Xavlight commented Jan 7, 2025

Hi,

This library is really very good.

Environment details

  • OS: Windows 11
  • PHP version: 8.3
  • Package name and version: 2.18.2

But why can't Due tasks and info include a time? This is not taken into account when using the setDue() method.
This is a shame.
The info can be put in the notes, but this is much less practical, especially when synching with a database.
Is an evolution planned, or is this not feasible?

Example Method setDue :
$task->setDue("2025-01-07T14:00:00Z");

Example Method getDue :
$result = $task->getDue(); //"2025-01-07T00:00:00.000Z"
The notion of time has been lost.

Thanks

Xav

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

No branches or pull requests

1 participant