salilab / IHMValidation

Validation software for integrative models deposited to PDB
MIT License
2 stars 2 forks source link

Bug in the time settings #45

Closed aozalevsky closed 2 years ago

aozalevsky commented 2 years ago

The current way of handling time has an implicit prerequisite that user time already has the America/Los_angeles

https://github.com/aozalevsky/IHMValidation/blob/f1aec61bc2f8de7717f20024b7fb712d94733d4f/example/Execute.py#L110-L112

It would be better to first get the UTC time from the user, and later convert it to the proper timezone.