-
Notifications
You must be signed in to change notification settings - Fork 284
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
due date not working #329
Comments
Thanks for your report. Can you please check if there are any errors in the Nextcloud log, browser console or failed requests in the network tab of your browsers developer tools. |
There was an issue with due dates on mysql databases (see #321) but since your setup uses postgres that might be something different. I currently cannot reproduce this on my postgres test setup. |
Hi it looks like your gut instinct was correct ... date format issue
|
Who would I go about changing the format to dd.mm.yyyy Icelandic format ? |
how it should have been not who... sorry about that :S |
We could use UTC ... (gmt0 without summertime changes) |
According to the log output you are not using postgres but mysql as a database backend, right? In that case this is already fixed for the next release. On the date format, that still needs to be solved in the frontend JavaScript code. We should pick the users language settings from Nextcloud and change to an appropriate date/time format. |
See #330 for the date formating. |
Steps to reproduce
1.create due date on a task
2.due date/time shows on the relevant task
3.click another task
4 click the task with due date and there is no due date/time any more
Expected behaviour
Tell us what should happen
Actual behaviour
Tell us what happens instead
Server configuration
Operating system: Ubuntu 16.04 - Appliance
Web server: Apache
Database: postgresql
PHP version: 7
Nextcloud version: (see Nextcloud admin page) 12.03
Where did you install Nextcloud from: appliance
Signing status:
No errors have been found.
List of activated apps:
root@cloud:/var/www/nextcloud# sudo -u www-data php occ app:list
Enabled:
Disabled:
The text was updated successfully, but these errors were encountered: