Version: [`v0.19.2+7eb2c2f`](https://github.com/coder/coder/commit/7eb2c2ff6d229619f88f41e9b2b185714a967619) Currently, Coder v2 uses the CLI to add, list and delete licenses. The expiration date is in Unix Epoch or Unix time so I have to use a Epoch converter like https://www.epochconverter.com/ to figure this out. This should be show in the UI along with other license details. 