tzdata versions
tzdata versions
Posted Mar 4, 2020 16:29 UTC (Wed) by Nahor (subscriber, #51583)In reply to: tzdata versions by mirabilos
Parent article: Python time-zone handling
If your Python app talks to some other Python app, using consistent data between the two systems might be better. But if your app talks to the user (e.g. clock app), or to some non-Python app (e.g. a web server), or using crypto (certificates), or ... using an up-to-date timeinfo is likely better. Feels to me that the latter is most common than the former.
Posted Mar 9, 2020 21:22 UTC (Mon)
by cortana (subscriber, #24596)
[Link]
tzdata versions
Oh no... surely dates and times in certificates are specified in terms of UTC... right?
