entropy-lab / entropy

BSD 3-Clause "New" or "Revised" License
30 stars 13 forks source link

ParamStore commit and expiration times are now displayed in local tim… #313

Closed urig closed 2 years ago

urig commented 2 years ago

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 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.

github-actions[bot] commented 2 years ago

Unit Test Results

265 tests   260 :heavy_check_mark:  55s :stopwatch:     1 suites      5 :zzz:     1 files        0 :x:

Results for commit 882c2651.

:recycle: This comment has been updated with latest results.