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.
[ Full content available at: https://github.com/apache/incubator-superset/pull/5785 ] This message was relayed via gitbox.apache.org for [email protected]
