ISO 8601.

The entire standards is rather complex, so most software uses a subset of it. A 
useful subset is described here: http://www.w3.org/TR/NOTE-datetime

ISO 8601 does not allow "Z001" for milliseconds. The "Z" is for UTC (Zulu in 
military time) and follows the time portion. Milliseconds (or any other 
subdivision) are represented after a decimal point on the seconds value, 
"2012-01-01T01:01:01.001Z".

wunder

On Aug 26, 2012, at 7:34 PM, Lance Norskog wrote:

> The timestamp format is 2012-01-01T01:01:01, with an optional Z001 for
> milliseconds. The timezone is UTC. This is a standard format but I do
> not remember the name of the standard.
> 
> On Sun, Aug 26, 2012 at 2:43 PM, Hasan Diwan <hasan.di...@gmail.com> wrote:
>> Mr Norskong, et al,
>> 
>> On 26 August 2012 14:37, Lance Norskog <goks...@gmail.com> wrote:
>> 
>>> Also, there is a logging feature to print intermediate values.
>>> 
>> 
>> I see the data as it should be. It's just not recorded into SOLR. One
>> possible concern is that I have timestamp in epoch seconds, which I'd like
>> to store as a date on the SOLR side; I know I can apply a transformer to do
>> this, but what's the format for it? Many thanks! -- H
>> --
>> Sent from my mobile device
>> Envoyait de mon portable





Reply via email to