ParamStore commit and expiration times are stored as UNIX epoch timestamps (in nano-seconds) in the ParamStore DB. This PR converts these times to the local timezone when they are displayed to users. Ex: list_values(), __repr__() for Metadata and Param instances.
This PR resolves https://github.com/entropy-lab/entropy/issues/221.
ParamStore
commit and expiration times are stored as UNIX epoch timestamps (in nano-seconds) in theParamStore
DB. This PR converts these times to the local timezone when they are displayed to users. Ex:list_values()
,__repr__()
forMetadata
andParam
instances.