I need to convert the string below into epoch seconds so that I can
perform substractions and additions. I assume I will need to break it
up into a time_t struct and use mktime. Two questions if you will
please:
Is there a way to use multiple separator characters for split similar
to awk's [|] style?
Could you point to an example of a python time_t struct?
05/11/2007 15:30
Thanks,
jvh
perform substractions and additions. I assume I will need to break it
up into a time_t struct and use mktime. Two questions if you will
please:
Is there a way to use multiple separator characters for split similar
to awk's [|] style?
Could you point to an example of a python time_t struct?
05/11/2007 15:30
Thanks,
jvh
Comment