LastUpdated Change History

1.0.4
2000-01-03
Fixed 2-digit year, which returned the offset from 1900 rather than the last 2 digits of the year. (The 4-digit year rolled over to 2000 just fine. Why I overlooked the 2-digit year I have no idea! :-)
Added %SG (Size in Gigabytes) code
Added %SA (Size, automatic unit determination) code
Added %TZ (Time Zone Abbreviation) code
1.0.3
1999-04-05
Fixed problem with using LastUpdated in the root directory of document_root.
Fixed problem with %FP and %FN not returning the values from path_info.
The %FP code now leaves the first '/' at the beginning of the file path, so now, instead of using "%SN/%FP/%FN" to display the full URL, you should now use "%SN%FP/%FN".
Switched back to using DOCUMENT_URI instead of REQUEST_URI.
1.0.2
1999-04-04
Fixed typo which made %A1 not work in the PM.
Switched to using REQUEST_URI instead of DOCUMENT_URI.
1.0.1
1999-03-31
Made the program exit with an error message if either the DOCUMENT_ROOT or DOCUMENT_URI CGI variables were not set. (Before it simply set them to point to nullstr, which caused a core dump if the program was called with none of the variables set, like from the command line.)
1.0.0
1999-03-09
Released