Is it possible to just override whatever internal method the WMTSLayer uses to make the actual request to the WMTS endpoint? Then I could add a property and function to change the time. (I'd probably want to cache the frames, too). Is there an un-minified, un-obfuscated version of the library I can look at to extend/edit the WMTSLayer "class"?
Thanks!