( datetime_manipulation )
Legend
| → | Has corresponding code |
| → | No direct match, but an alternative exists |
| → | No corresponding code |
| - | TODO |
| ( .. ) | Not localized |
| Example | Python pytest |
C++ GoogleTest |
Swift Testing |
Kotlin jUnit |
Bash bats |
|---|---|---|---|---|---|
| ( diff_dates ) | → | - | - | - | - |
| ( add_days ) | → | - | - | - | - |
| ( add_months ) | → | - | - | - | - |
| ( add_years ) | → | - | - | - | - |
| ( get_beginning_of_month ) | d.replace(day=1) | - | - | - | - |
| ( get_end_of_month ) | calendar.monthrange(y, m)[1] | - | - | - | - |