Matthieu Mourisson

Results 8 comments of Matthieu Mourisson

There is the same problem in France (but with a difference of +21 seconds)

@jaybidwai02 The workaround wouldn't work for a date where the time is not 00:00

Hi @charlesdevandiere, When do you think you'll ha time to review and eventually merge this PR ? Thanks in advance for your answer

I added a new static class ```UUIDNext.Tools.UuidToolkit``` with advanced methods to create custom UUID v7 : - ```CreateUuidV7FromSpecificDate(DateTimeOffset date)``` that address this issue - ```CreateUuidV7(long timestamp, Span followingBytes)``` that address...

> One thing that would be very nice is, besides support for the time component, to also be able to determine the random component. This is pretty important for database...

Thank you for your feedback, I'm glad that the new method fit your use case. I plan to keep the method signature with a timestamp and a span because I...

@Aaron-P no, there is currently no way to do this for the SQL Server V8 variant

> Is there a way to do this for the Sql Server V8 variant? @Aaron-P an issue has been created for this : #32