Fix/get dir creation date
Compare changes
Files
2- Karim Ahmed authored
+ 1
− 1
@@ -291,12 +291,12 @@ def creation_date_metadata_client(
Add transparency to get_dir_creation_date()
nested methods and unify returned creation date to UTC
This MR started by updating the returned creation_time from myMDC to UTC
and ended with splitting the functions for get_dir_creation_date
to different functions and adding transparent prints on which method is used at the end to derive the creation date for a run directory.
By running pytest tests/test_cal_tools locally.