External Issue: date and datetime compatibility

17439, "king-11", "date and datetime compatibility", "2021-03-19T20:09:45Z"

after moving forward with the implementations of issue #16552 will probably need to ensure that both date and datetime use similar time zone information. For example

  • date.today() doesn't consider localtime while datetime.today() does which can be an issue in operation involving the date and datetime.

I haven't yet checked which other functions will need to take into context localtime as well probably there can be a few others too.