( datetime_get_info )

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
( get_today ) datetime.date.today() - - - -
( get_now ) datetime.datetime.now() - - - -
( datetime_object ) strptime() - - - -
( date_object ) strptime().date() - - - -
( month_range ) - - - -
( validate_date ) strptime(), ValueError - - - -