Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add support for unsigned 32 bit UTC timestamp.#2

Merged
myohn-paypal merged 3 commits into
mainfrom
feature/1-fix-unsigned-32-bit-timestamp
Feb 9, 2022
Merged

Add support for unsigned 32 bit UTC timestamp.#2
myohn-paypal merged 3 commits into
mainfrom
feature/1-fix-unsigned-32-bit-timestamp

Conversation

@myohn-paypal
Copy link
Copy Markdown
Contributor

Add support for unsigned 32 bit UTC timestamp.

base62 encoding incorrectly produced all zero output
when year in timestamp is greater than 2082 because
of improper handling of unsigned 32 bit timestamp.

Change Ksuid::toString to include asString display value.

Also improve javadocs.

Fixes issue #1

base62 encoding incorrectly produced all zero output
when year in timestamp is greater than 2082 because
of improper handling of unsigned 32 bit timestamp.

Change Ksuid::toString to include asString display value.

Also improve javadocs.

Fixes issue #1
@myohn-paypal myohn-paypal merged commit e893b4f into main Feb 9, 2022
@maxxedev maxxedev deleted the feature/1-fix-unsigned-32-bit-timestamp branch June 18, 2022 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant