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
add 'force' flag to update even if no newer commit is available, as optional argument to gen_tzdb.zig
should also try a git switch main && git pull before compilation; git submodule init sometimes gives an outdated branch
git switch main && git pull
git submodule init
...then check out latest tag, to be on par with the official IANA release
gen_tzdb_version.zig
gen_tzdb_prefix.zig
gen_tzdb.zig
The text was updated successfully, but these errors were encountered:
done in PR #24
Sorry, something went wrong.
No branches or pull requests
add 'force' flag to update even if no newer commit is available, as optional argument to gen_tzdb.zig
should also try a
git switch main && git pull
before compilation;git submodule init
sometimes gives an outdated branch...then check out latest tag, to be on par with the official IANA release
gen_tzdb_version.zig
gen_tzdb_prefix.zig
gen_tzdb.zig
The text was updated successfully, but these errors were encountered: