$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (yg-boost-users_at_[hidden])
Date: 2003-07-08 06:07:24
These 2 functions don't seem to work together.
to_simple_string will produce a string such as
2003-Jul-08 11:55:47
But time_from_string expects
2003-07-08 11:55:47
This means you can't convert to a string (to store in a text file) then
read back in and convert it back to a ptime.
Is this a bug, or have I missed a conversion function that can handle this?
Thanks
Russell