Timezones and Python
A developer's guide to handling timezones in Python, covering pitfalls, best practices, and the datetime module's design.
A developer's guide to handling timezones in Python, covering pitfalls, best practices, and the datetime module's design.
Explains the difference between Date and Date? (Nullable Date) in VB.Net and why ToString() overloads differ, causing a common error.
A critique of Python's datetime module, comparing its limitations to C#/.NET's more robust date and time handling.
A tutorial exploring Ruby's Date class, the Chronic natural language parser, and Active Support for date manipulation.
A tutorial on creating custom DateTime editor templates in ASP.NET MVC 2, splitting date and time into dropdown lists for model binding.
A Python tutorial on creating a flexible date range iterator generator using datetime and timedelta.
A developer shares their experience using the feedparser library with Django to parse RSS/Atom feeds and handle date/timezone conversion challenges.