What I'm wanting to do it take a ctime() string and convert it to a tm struct. I know I can do this manually, but it seems like there should already be a function to do this.
ctime() returns a string in the format of Www Mmm dd hh:mm:ss yyyy.