iterative / gto

🏷️ Git Tag Ops. Turn your Git repository into Artifact Registry or Model Registry.
https://dvc.org/doc/gto
Apache License 2.0
140 stars 16 forks source link

fix(tags): parse timezone information from a tag #425

Closed shcheklein closed 11 months ago

shcheklein commented 11 months ago

We don't parse timezones, means we are not getting right dates in Studio. Also Studio tests produce a lot of warning about "naive" date times.

Not critical, but better to fix in advance.

codecov-commenter commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Files Coverage Δ
gto/index.py 80.73% <ø> (-0.07%) :arrow_down:
gto/tag.py 92.50% <100.00%> (ø)

:loudspeaker: Thoughts on this report? Let us know!.

pmrowla commented 11 months ago

We should also bump the scmrepo minver to 1.4.0 in setup.py, other than that LGTM