Converting a time decimal/fraction representing days to its actual time in R? [duplicate]
问题 This question already has an answer here: Convert a decimal number to HH:MM 3 answers I have a column in R on my dataset with values that have been converted into what I believe is a time decimal fraction based on days . I have been using this site as a reference: http://www.calculatorsoup.com/calculators/time/decimal-to-time-calculator.php Which converting 0.3408565 days corresponds to the time of 8:10:50 by doing the following: 0.3408565 * 24 hours/day = 8.180555544 = 8 hours 0.180555544 *