in reply to Re^3: Special case mktime: semi-sequential access
in thread Special case mktime: semi-sequential access

RichardK,

Good point about using midnight of the specific day, and you could use a hash for saving(caching) each different date. That way you only need to call 'POSIX::mktime' once per day.

Interesting!

Regards...Ed

"Well done is better than well said." - Benjamin Franklin

  • Comment on Re^4: Special case mktime: semi-sequential access