Working with Time Zones - Everything You Wish You Didn't Need to Know
Offered By: PyCon US via YouTube
Course Description
Overview
Explore the complexities of working with time zones in Python through this informative PyCon US talk. Delve into Python's time zone model and learn critical concepts to avoid datetime troubles. Discover how to handle ambiguous and imaginary times, perform datetime arithmetic around Daylight Savings Time transitions, and utilize datetime's fold attribute introduced in Python 3.6. Gain insights into the zoneinfo module from Python 3.9, understanding walltime and absolute time semantics. Cover various time zone abstractions, types, and the concept of local time. Learn about the deprecation of PyTZ and how to effectively bring your own data when working with time zones in Python.
Syllabus
Introduction
Basics
Why work with time zones
Time zone abstractions
Time zone types
Fold
Local Time
Bring Your Own Data
Python Time Zones
ZoneInfo
Walltime semantics
Absolute time semantics
PiTZ Deprecation
Taught by
PyCon US
Related Courses
Artificial Intelligence for RoboticsStanford University via Udacity Intro to Computer Science
University of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Web Development
Udacity Programming Languages
University of Virginia via Udacity