DataTablesSrc icon indicating copy to clipboard operation
DataTablesSrc copied to clipboard

remove utc() as default timezone for momentjs

Open xJuvi opened this issue 1 year ago • 0 comments

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.

xJuvi avatar Aug 08 '24 19:08 xJuvi