Version 1.21.1
When logging to ProgressDialog with time stamp enabled via a call to setTimestampLoggedMessages time stamp format used was YYYY-MM-dd hh:mm:ss but hh is hour of halfday (0~11) but instead we want it to be 24 hour time (since we do not include AM/PM) so format was changed to YYYY-MM-dd HH:mm:ss to instead use hour of day (0~23).