Re: [Virtuoso-users] Date time inconsistency bug

2009-07-08 Thread Peter Ansell
Updating to 5.0.11 from 5.0.10 seems to have fixed the issue as everything now comes out with Z on the end with both SELECT and CONSTRUCT on both the isql and /sparql interfaces. Cheers, Peter - Original Message > From: Peter Ansell > To: Ivan Mikhailov > Cc: Virtuoso Users List

Re: [Virtuoso-users] Date time inconsistency bug

2009-07-08 Thread Peter Ansell
Add list to CC... - Original Message > From: Peter Ansell > To: Ivan Mikhailov > Sent: Thursday, 9 July, 2009 7:46:13 AM > Subject: Re: [Virtuoso-users] Date time inconsistency bug > > Hi Ivan, > > I am using a slightly old version of virtuoso open source, but I am doing > things

Re: [Virtuoso-users] Date time inconsistency bug

2009-07-08 Thread Ivan Mikhailov
Hello Peter, I'm sorry I can't reproduce the bug without exact script of your attempt. If I try SQL> sparql insert in graph { <2009-07-08T00:50:36Z> }; callret-0 VARCHAR

Re: [Virtuoso-users] hosting_php.so

2009-07-08 Thread Tim Haynes
Sebastian Hellmann wrote: Hi all, I'm currently analising the structure of Virtuoso, PHP and VAD, because I'm trying to create an OntoWiki VAD. My problem is that I could not locate hosting_php.so Specs: Ubuntu 9.04, I compiled it myself, standard options. I tried version 6.0-tp1 and also 5.011

[Virtuoso-users] hosting_php.so

2009-07-08 Thread Sebastian Hellmann
Hi all, I'm currently analising the structure of Virtuoso, PHP and VAD, because I'm trying to create an OntoWiki VAD. My problem is that I could not locate hosting_php.so Specs: Ubuntu 9.04, I compiled it myself, standard options. I tried version 6.0-tp1 and also 5.011 13:27:46 { Loading plugin

Re: [Virtuoso-users] Date time inconsistency bug

2009-07-08 Thread Hugh Williams
Hi Peter, Can you please provide details of the Virtuoso Server being used ? Having inserted a datetime value into my Virtuoso 6 instance the select query does return the datetime value as inserted: SQL> sparql insert in graph { www.dajobe.org/foaf.rdf#i>

[Virtuoso-users] Date time inconsistency bug

2009-07-08 Thread Peter Ansell
Hi all, I am trying to figure out why when I insert xsd:dateTime typed literals in the form "2009-07-08T00:50:36Z", they come out of SELECT sparql queries as "2009-07-08T00:50:36.000" and they come out in CONSTRUCT sparql queries as "2009-07-08T00:50:36.000+10:00". I think for select queries e