kreeben / resin

Vector space index based search engine that's available as a HTTP service or as an embedded library.
MIT License
568 stars 40 forks source link

store datetime as utc #45

Closed mdissel closed 7 years ago

mdissel commented 7 years ago

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().

kreeben commented 7 years ago

Indeed. I need some unit tests up in here.

Fixed here: https://github.com/kreeben/resin/commit/047eb76d43ffa0c9da45a1c66251b926ba97fa80 and https://github.com/kreeben/resin/commit/b70aaeb0e5b2fe20d2ed64a8b8af885084570012