Corrected type definition for Types.week_of_month to include possiblity of 6th week (see #703)
Added specs to parse function to account for AmbiguousDateTime return type
3.7.6
Changed
The documentation on weekday formatting via %w and %u strftime directives and WDmon and WDsun
default directives did not match, and worse, the behaviour had regressed as well and did not match the
docs for either. The behaviour now matches between the two formatters, as does the documentation, and
aligns with the C strftime specification (i.e. Monday is 1..7, Sunday is 0..6)
Fixed
Clarify docs on comparison granularity for days/weeks
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps timex from 3.1.21 to 3.7.8.
Changelog
Sourced from timex's changelog.
... (truncated)
Commits
ed146ee
release: v3.7.8cc07aa6
Fix Timex.weekday/2 typespecs (#688)8ca5be6
add timezone to the set_options type (#687)0ca1478
Fix plural form of Vietnamese language (#682)231ab63
Add Thai translations (#681)bd100b6
Merge branch 'pr/689'a78e00a
Add latvian translations (#690)e325fd3
Fix docs - padding specifier should be inside braces (#695)11f2900
Fix typo (#692)e32b266
add links to modules and functions (#693)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)