uniform timestamp for all calibration WPs
Currently in atmospheric calibration we save the timestamp as a datetime object. In muon calibration is a float storing the MJD date. We should make it uniform (an argument among others is that not-uniform timestamp storage will overcomplicate or break the DB querying via timestamp).
Imo, it is better to adopt the style we have in atmosphere calibration.
Please let me know what you think.