Dickson, when does this occur?  For example, if you use the SPARQL function now(), such as the following, it will return the localized time zone.

SELECT *
WHERE
{  BIND (now() AS ?time )
}

?time can then be used in a CONSTRUCT or INSERT.

-- Scott

On 12/2/2012 8:55 PM, Dickson Lukose wrote:
Dear Colleagues,

I have a simple problem, but could not find a good solution as yet. Perhaps, one of you could help me.

When I use the data type "DateTime", by default, TBC is using the the following:

+00:00 GMT Greenwich Mean Time Etc/Greenwich

How can I setup TCB to use the following as its default:

+08:00 MYT Malaysia Time Asia/Kuala Lumpur

so that when ever I enter some triple with "datetime" value, it will default to the MTY.

Any pointers on this matter will be most appreciated.

Dickson Lukose

--
-- You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), TopBraid Composer, TopBraid Live,
TopBraid Ensemble, SPARQLMotion, SPARQL Web Pages and SPIN.
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/topbraid-users?hl=en
 
 

--
-- You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), TopBraid Composer, TopBraid Live,
TopBraid Ensemble, SPARQLMotion, SPARQL Web Pages and SPIN.
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/topbraid-users?hl=en
 
 

Reply via email to