DataTablesSrc
DataTablesSrc copied to clipboard
remove utc() as default timezone for momentjs
This PR removes utc() as default setter for timestrings. At the moment, timestrings will parsed by momentjs to UTC+0. After this chnage, local time will applied. THat's the same behavor as when using luxon.
This PR fixes #289 a little bit. It's no full solution but enough for most cases.