I just installed Date module onto latest Drupal 8 dev. It gave me an error indicating that the function date_increment_round() was already declared in core module datetime on the file datetime.module at the line 1039.

I have just removed the function declaration on the file date/date_api/date_api.module on the line 605 and the error is gone.

Comments

ey’s picture

Here is the patch file.

damienmckenna’s picture

Issue summary: View changes
Status: Needs review » Closed (won't fix)

Per our discussion in #2613454: Port Date module functionality missing from 8.x core, the D8 branch is no longer going to be worked on, all changes should be made directly to core's datetime module. That said, we appreciate everyone's efforts, so thank you.