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
jdate -j
jdate -g
i would think that for jdate, -j and -g would be inverses. however:
jdate
-j
-g
% jdate -j 1934/02/16 Jom Bah 27 00:00:00 PST 1312 % jdate -g 1312/11/27 Tue Feb 13 00:00:00 PST 1934
for more recent dates, they do seem to be inverses:
% jdate -j 2024/02/16 Jom Bah 27 00:00:00 PST 1402 % jdate -g 1402/11/27 Fri Feb 16 00:00:00 PST 2024
apologies if i'm doing something wrong.
thanks very much for picking up the utility.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i would think that for
jdate
,-j
and-g
would be inverses. however:for more recent dates, they do seem to be inverses:
apologies if i'm doing something wrong.
thanks very much for picking up the utility.
The text was updated successfully, but these errors were encountered: