As long as the time is a constant length (ie number of characters), that shouldn't matter...
Try this, copy the part where the variables are to the end of a file into a new file and use wc (word count, its a unix utility), and do this:
wc -m <file>
This will give you the correct content-length...




Reply With Quote