Closed ericgermaining closed 5 years ago
time_bins_readable uses function weekdays(), whose result is locale-specific. This results in having all time bins set to Weekendday.
Corrected in review-stuff by replacing call to weekdays() by using member wday of function as.POSIXlt. Attached file shows that the results are OK. timebins.txt
time_bins_readable uses function weekdays(), whose result is locale-specific. This results in having all time bins set to Weekendday.