mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-18 21:22:15 -05:00
[PR #1743] Added new module to date-time section #1513
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1743
Author: @dhamodaran-pandiyan
Created: 3/15/2021
Status: 🔄 Open
Base:
master← Head:patch-1📝 Commits (1)
19608cfAdded new module to date-time section📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
To make the existing curated list more awesome, added a useful module to the list.
What is this Python project?
When working with date and time information in Python, you commonly use the classes date, datetime and/or time from the datetime package. Babel provides functions for locale-specific formatting of those objects in its dates module.
What's the difference between this Python project and similar ones?
Python’s datetime module has different ways to deal with times and dates: naive and timezone-aware datetime objects.
Babel generally recommends you to store all your time in naive datetime objects and treat them as UTC at all times. This simplifies dealing with time a lot because otherwise you can get into the hairy situation where you are dealing with datetime objects of different timezones.
--
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.