linyanbin666 commented on issue #1818: URL: https://github.com/apache/incubator-dolphinscheduler/issues/1818#issuecomment-630192669
I referred @DiamondYuan comments in [dayjs/issues](https://github.com/iamkun/dayjs/issues/73) and changed the following code in filter.js `const formatDate = (value, fmt) => { value = value.replace(/(\+\d{2})(\d{2})$/, "$1:$2"); fmt = fmt || 'YYYY-MM-DD HH:mm:ss' return dayjs(value).format(fmt) }` it's work well for me. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
