mirror of
https://github.com/django/django.git
synced 2025-01-24 09:09:20 +00:00
dd3a883894
Modified django.utils.dateformat module, moving __init__() method and timezone-related format methods from DateFormat class to TimeFormat base class. Modified timezone-related format methods to return an empty string when timezone is inappropriate for input value.