Yes, I googled it after posting. I can't guarantee anything (there's alot going on), but I'll see what I can do. Is there a specific time you'd like to have it by? It does sound easy enough, but the formatting code is about 8 pages long (And I'm not entirely sure where I stopped at... eek!).
-Stoic Joker
No time table at all. 8 pages long? Sheesh.-superboyac
LOL Actually it's 11 pages (I just checked). So now the curiosity has gotten the best of me (shit...) I started poking at it with a stick to see what would happen. Now there seems to be two different options for the output, one of which is just the current UTC time. The other is the number of seconds since 1970-01-01 00:00:00. So are they looking for:
Number of seconds UTC 1324054818
Number of seconds Locale Time (same as above -300 sec because I'm GMT -5)
Unix/RFC 2822 formatted date: Fri, 16 Dec 2011 17:00:17 UTC
I'm assuming it's the first one. but want to double check before I get too far into testing this. I'm currently using the display at the top of the page at
http://www.epochconverter.com/ as a target for the output.
Note: if it's really just UTC time they're after the w+/-xx format specifier will give the UTC (or any other zone) time. So me being GMT/UTC -5, would use w+05 to get back to UTC instead of the usual 'h' in the custom format string.