I forgot to mention I have the output stripped down to
2009-12-07 12:48:05
using this
getTime = ((response.getElementsByTagName('Timestamp')[0]).childNodes
[0]).nodeValue
eBayTime = ' '.join(getTime.rsplit('.')[0].split('T'))
On Dec 7, 7:04 am, David <[email protected]> wrote:
> I have a pretty generic question about timestamps.
>
> For instance if I have this GMT value "2009-12-07T12:48:05.205Z" How
> can I store this as a timestamp in web2py? Do I need to learn regex
> magic?
>
> Thanks,
> David
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en.