python-ulid
python-ulid copied to clipboard
Use time.time_ns() to default-initialize
Fix #12. The old way was not wrong, but this is indeed tidier.
Adding a new constant NANOSECS_IN_MILLISECS is not required, but seemed to be the best fit for the existing style.