kreeben / resin

Vector space index based search engine that's available as a HTTP service or as an embedded library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

store datetime as utc

mdissel opened this issue · comments

see https://github.com/kreeben/resin/blob/master/src/ResinCore/Field.cs#L30

Shouldn't the datetime value be stored as utc?

ps. numeric values are also stored using the culture specific ToString().

Indeed. I need some unit tests up in here.

Fixed here: 047eb76 and b70aaeb