Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Average of times

From: ml::sproingle::com at: 3-May-2004 9:30

I have a series of times which represents session durations of users. They are in the format dd:hh:mm What I want to figure out is how long the average session takes. Do I have to parse out the days and hours into minutes and then work out the average that way and then convert the result back into dd:hh:mm or does someone know of a better way? Stuart