• AlexWIWA@lemmy.ml
    link
    fedilink
    English
    arrow-up
    6
    ·
    8 months ago

    I agree.

    The only use I can see for naive date times is you just read the date out of an old sql database, but it shouldn’t leave the function naive, it should be converted first.

    Python’s timezone handling is probably my only complaint about the language. I shouldn’t need to use libraries just to have timezones.