--
You received this message because you are subscribed to the Google Groups "RavenDB - 2nd generation document database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
var currentCulture = Thread.CurrentThread.CurrentCulture;
Thread.CurrentThread.CurrentCulture = CultureInfo.GetCultureInfo("en");
currentDateTime = DateTimeOffset.UtcNow;
Thread.CurrentThread.CurrentCulture = currentCulture;
--
Surely there must be a way to translate the user supplied date to an iso date instance for storage and querying...or is this something else.
It seems to me the culture setting to format the date should be in the outermost parts of the app.
Or does in need to be stored in the 'Arabic format' for some reason?
Never had to deal with this case, so am curious.
--
Any updates on when Matt's fixes will be released in a build?
--