I find logfiles great in many ways. Sometimes I check them several days after I did something, if I was looking for a particular detail. In these cases, I need to have dates in the logfiles. Currently, nuSolve (0.7.1) only writes the times but no dates (or timezones). For example, current log shows
06:17:37 SgVlbiSession::allocPxyInterpolEpochs(): the vector of Pxy arguments has been created
06:17:37 SgVlbiSession::allocPxyInterpolEpochs(): the vector of Pxy arguments has been filled
06:17:37 SgVlbiSession::allocPxyInterpolValues(): the matrix of Pxy values has been created
06:17:37 SgVlbiSession::allocPxyInterpolValues(): the matrix of Pxy values has been filled
06:17:37 SgVlbiSession::getDataFromVgosDb(): loaded 15 records for polar motion interpolation
I would be very happy if the logfiles instead had a full date tag, e.g. like
2020-09-02T06:17:37 UTC SgVlbiSession::allocPxyInterpolEpochs(): the vector of Pxy arguments has been created
Then I would be able to use the logfiles much more than I currently can.
Fixed.