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
Date separator is ignored on graphs #2321
Comments
Can you provide a screenshot highlighting this issue? |
Can you now get me a screenshot of the graph info? If you go to the graph and edit it, then click on the info or debug button, one should show how it is creating the graph. It would be useful to know if we are passing that or RRD is creating it. I think it is us so that should be in there. |
Also, what are the system settings for date/time? |
if I understood correctly, I paste the screenshot below And after "click" ;)
|
So this bit here is the part that is wrong. We will investigate and come back to you. You didn't say what the system settings were though for date/time ? You've only posted the user specific settings? |
Oh, do you mean OS date/time settings? I didn't touch it, just default.
In php.ini timezone variable is set as 'Europe/Warsaw'. |
No, I mean under Console -> Configuration -> Settings -> General -> Other Defaults 👍 |
Date separator not being used properly for graphs
Thx! problem has gone 👍 |
OS: FreeBSD 11.2-STABLE, Cacti is installed from the ports tree (cacti-1.2.0_2)
How to reproduce? In user settings change the default date separator "/" to "-", save change and refresh your graphs.
Date format remains Y/m/d but should be Y-m-d
The text was updated successfully, but these errors were encountered: