ahirner commented on issue #35422:
URL: https://github.com/apache/superset/issues/35422#issuecomment-3804618463
This issue is quite large. A stepping stone might be care about sane
defaults on d3 charts display.
AFAIU, a superset config like this could be acknowledged at runtime?
```
D3_TIME_FORMAT = {
"dateTime": "local!%Y-%m-%d %H:%M:%S", # Was "%x, %X" -> Now ISO
DateTime Local
"date": "local!%Y-%m-%d", # Was "%-m/%-d/%Y" -> Now ISO Date Local
"time": "local!%H:%M:%S", # Was "%-I:%M:%S %p" -> Now 24h Time Local
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]