Time
We already agreed to remove :Units from time
https://github.com/PandABlocks/PandABlocks-ioc/blob/c1e8056abf3f680fa3840493eb4ac6ca2be31313/src/pandablocks_ioc/ioc.py#L760-L769
The time record will always be in seconds, with that unit added to the metadata of the float datatype. We will need to write a handler to scale whatever value is sent by the panda to seconds, caching the given unit from the panda instead of keeping it in an attribute.
Originally posted by @evvaaaa in #163
Originally posted by @evvaaaa in #163