Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default offset not initialize as Zero (UTC) #39

Closed
johnnytolengo opened this issue Jan 30, 2024 · 0 comments
Closed

default offset not initialize as Zero (UTC) #39

johnnytolengo opened this issue Jan 30, 2024 · 0 comments

Comments

@johnnytolengo
Copy link

For UTC:

long offset;
shuld be initialized as:
long offset = 0;

I spent a one hour to find out where was my issue, finaly I saw that if you don't initialize the offset the time you get is wrong.
@fbiego please fix it.

@fbiego fbiego closed this as completed in e06f6b4 Mar 8, 2024
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

No branches or pull requests

1 participant