Hi Vince > add strptime compatability
str(p|f)time "%s" appears to be a non-standard extension. Certainly it doesn't work here, and I can't see it in any documentation. It might be better to use %c, even though that needs a bit more storage space, or just use your compatibility functions for all platforms. Chris
