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
Currently:
>> to date! -1 == 1-Jan-1970/-0:00:01 ;<-- invalid date!
The result should be like in Red: 31-Dec-1969/23:59:59
31-Dec-1969/23:59:59
The text was updated successfully, but these errors were encountered:
Related issue is with dates before Unix epoch converted to integers:
>> to integer! 31-Dec-1969/23:59:59 == 4294967295 ;<-- should be -1
Sorry, something went wrong.
Oldes/Rebol3@381bd5c
No branches or pull requests
Currently:
The result should be like in Red:
31-Dec-1969/23:59:59
The text was updated successfully, but these errors were encountered: