Sounds like a good idea. The top of the templates are
pretty busy already - how would you like it at the bottom,
somewhere around that "Valid HTML 4.01 Strict" notice?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was just planning to use asctime(time(&x)) to give the
time in local locale... we also have a time formatter for
HTTP headers (see get_http_time() in cgi.c), but that looks
pretty English-centric. Where can I find out more about ISO
formatting of time?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=249980
Sounds like a good idea. The top of the templates are
pretty busy already - how would you like it at the bottom,
somewhere around that "Valid HTML 4.01 Strict" notice?
Logged In: NO
Yeah, somewhere there. And remember to use ISO format. Thanks.
Logged In: YES
user_id=249980
I was just planning to use asctime(time(&x)) to give the
time in local locale... we also have a time formatter for
HTTP headers (see get_http_time() in cgi.c), but that looks
pretty English-centric. Where can I find out more about ISO
formatting of time?
Logged In: YES
user_id=249980
Interesting reading - thanks. If pratical, I'll give the
option for either the locale's representation or ISO8601:2000.
- David