Hi! Still strange with sqlite3 to see the string
'2013-09-29T12:14:09.074859+
02:00' in the db and to get a Time 2013-09-29 00:00:00 +0200. Should this
be reported as a bug?


On Mon, Sep 30, 2013 at 4:12 PM, christian <m.krist...@web.de> wrote:

> sqlite3 is anyways different since it just stores a 'string' as date or
> datetime the latter including millis and nanos. but any(?) other database
> just has a precision up to seconds. I personaly use Date and DateTime with
> UTC timezone when storing them in a database.
>
> just my thoughts . . .
> -christian
>
>
>
> On Mon, Sep 30, 2013 at 2:58 PM, <kilian.spro...@gmail.com> wrote:
>
>> Hi,
>>
>> the concern of a truncated Time does not occur with postgresql, only with
>> sqlite3 (I have only tried the 2 so far).
>>
>> Best,
>> Kilian
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "DataMapper" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to datamapper+unsubscr...@googlegroups.com.
>> To post to this group, send email to datamapper@googlegroups.com.
>> Visit this group at http://groups.google.com/group/datamapper.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to datamapper+unsubscr...@googlegroups.com.
To post to this group, send email to datamapper@googlegroups.com.
Visit this group at http://groups.google.com/group/datamapper.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to