![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveAdjusting for Timezone
From: Jim Davis <newsmonkey@vboston.com>
Date: Tue Aug 30 2005 - 17:58:36 CEST
I'm (still) working on an ISO 8601 date parser. I want to convert at least
http://www.w3.org/TR/NOTE-datetime
Well.. I've got most of it working (via RegEx's) good enough for me but I'm
The datetime may come with an optional timezone offset (from GMT) as here
1997-07-16T19:20:30+01:00
So... that's the current time there... but my spec is that timezone
I've already split the Timezone information: I've got indiviual access to
So I'm sure there's a nice, simple formula for this... but it eludes me. Or
Any pointers?
Thanks in advance,
Jim Davis
|