We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Using copy resets time close to 1970-01-01 because JS code uses milliseconds instead of millisecondsSinceEpoch
copy
1970-01-01
milliseconds
millisecondsSinceEpoch
To Reproduce Use copy in JS code
Expected behavior Using copy yields a correct copy of a date
The text was updated successfully, but these errors were encountered:
as it turns out the whole KalugaDate in JS is incorrect as setters do nothing and compareTo is implemented incorrectly
compareTo
Sorry, something went wrong.
vpodlesnyak
No branches or pull requests
Describe the bug
Using
copy
resets time close to1970-01-01
because JS code usesmilliseconds
instead ofmillisecondsSinceEpoch
To Reproduce
Use
copy
in JS codeExpected behavior
Using
copy
yields a correct copy of a dateThe text was updated successfully, but these errors were encountered: