RE: Date Conversions
- Posted by Jonas Temple <jktemple at yhti.net> Jan 07, 2003
- 448 views
So his name is Carl! I've looked for the author of datetime.e but could never find it! Carl, I would like to second the motion. I use datetime.e in about 75% of my programs. It's a staple! I do have one question. If I have a value that is a number of seconds since the Unix Epoch and use secondsToDateTime() is the result exact or is it +/- a few minutes/seconds? I've got a program that calls stat() for a Unix type file which gives me the last modified time. I then use secondsToDateTime() and the result is a few minutes off from the actual time of last modification. Thanks for the great library! Jonas Temple Derek Parnell wrote: > This is just a "thank you" note to Carl White for his Date Conversion > library.