In the module sunday is hard coded to be the first day of the week. This is the standard in USA (as I know) but in Europe the standard first day of the week is monday. Drupal core provides a setting for the first day of the week under /admin/settings/date-time.

This setting must be used for creating weekly node listings, anything other is incorrect and inconvenient.

Thanks for the module anyway!

Comments

Prometheus6’s picture

Assigned: Unassigned » Prometheus6
Priority: Normal » Critical

It's actually the labels that are broke, not the assembly of the posts for the archive page.

Prometheus6’s picture

Status: Active » Fixed

New version, 6.x-2.1, respects the beginning day of the week as set in /admin/settings/date-time.

If the first day of the week is set to Sunday, it will be used. Otherwise it will assume Monday as the first day of the week.

Prometheus6’s picture

Status: Fixed » Closed (fixed)

Five days with no complaint