-
Notifications
You must be signed in to change notification settings - Fork 33
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
Wrong weekday name #129
Comments
What is shifted exactly? |
the weekday name: today : Friday 8th February is displayed: THURSDAY 8th February |
But isn't that more a problem of your template rather than the Data Source? How does your template look like? |
@nilshoerrmann if I had to put my take on this (if you're going for some config options. I would modify line 108 |
This will be solved with #130. |
The name of the weekday displayed by the data-source is wrong (shifted by -1 day):
I think the the row 78 in datasources/data.datetime.php
will be:
$date->modify('last Monday');
instead of
$date->modify('last Sunday');
The text was updated successfully, but these errors were encountered: