betodealmeida opened a new pull request #5785: Handle "ambiguous durations" URL: https://github.com/apache/incubator-superset/pull/5785 The play slider currently doesn't handle "ambiguous durations" like `P1M` (1 month) or `P1Y` (1 year), since these can't be converted into seconds by the module `parse-iso-duration`. I created a wrapper class that correctly handles these cases, incrementing the month/year number instead of adding a fixed number of seconds.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
