awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 रिपॉजिटरी

Awesome GitHub RepositoriesDate-Time Format Strings

Configurable format strings that map to locale-aware rendering rules for date and time display.

Distinct from Display Formatting: Distinct from Display Formatting: focuses on date/time-specific format strings and locale mapping, not general monetary or image formatting.

Explore 7 awesome GitHub repositories matching software engineering & architecture · Date-Time Format Strings. Refine with filters or upvote what's useful.

Awesome Date-Time Format Strings GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • arrow-py/arrowarrow-py का अवतार

    arrow-py/arrow

    9,046GitHub पर देखें↗

    Arrow, Python के लिए एक date और time लाइब्रेरी है जो Python की स्टैंडर्ड लाइब्रेरी को रैप करके टाइमस्टैम्प बनाने और उन्हें मैनिपुलेट करने के लिए एक सरल इंटरफ़ेस प्रदान करती है। यह डेट ऑब्जेक्ट्स को मैनेज करने, टाइमज़ोन ऑफ़सेट को संभालने और रिलेटिव डेट कैलकुलेशन करने के लिए एक बेहतरीन टूल है। यह लाइब्रेरी टाइमस्टैम्प को कई लोकेल में नेचुरल लैंग्वेज के विवरणों में बदलने (humanize) और पढ़ने योग्य समय वाक्यांशों को सटीक डेट ऑब्जेक्ट्स में पार्स करने की क्षमता के लिए जानी जाती है। इसमें ISO 8601 स्ट्रिंग्स और कस्टम फॉर्मेट वाले टेक्स्ट को डेट ऑब्जेक्ट्स में बदलने के लिए एक विशेष पार्सर भी शामिल है। इसकी व्यापक क्षमताओं में डेट्स को शिफ्ट करने के लिए टेम्पोरल अरिथमेटिक, समय अवधि की गणना के लिए रेंज जनरेशन, और टाइमस्टैम्प को विशिष्ट यूनिट्स में अलाइन करने के लिए बाउंड्री राउंडिंग शामिल है। यह ग्लोबल टाइमज़ोन और डेलाइट सेविंग ट्रांज़िशन के साथ-साथ इंटरनेशनल डेट फॉर्मेटिंग के लिए लोकेल-आधारित ट्रांसलेशन को भी कवर करती है।

    Translates custom alphanumeric tokens into date and time components for flexible string generation.

    Python
    GitHub पर देखें↗9,046
  • eonasdan/tempus-dominusEonasdan का अवतार

    Eonasdan/tempus-dominus

    7,175GitHub पर देखें↗

    Tempus Dominus is a JavaScript date-time picker library designed to integrate with Bootstrap-based web projects, replacing manual text entry with an interactive calendar and clock interface. It functions as a form input enhancement that provides visual selection of single dates, times, or combined date-time values through a calendar and clock widget. The picker is built as a collection of independent UI components that manage their own state and rendering, with visual customization achieved entirely through CSS variables and class overrides without requiring JavaScript configuration. User int

    Uses a configurable format string to drive locale-aware date and time display rendering.

    HTMLdatepickerdatetimedatetimepicker
    GitHub पर देखें↗7,175
  • python-pendulum/pendulumpython-pendulum का अवतार

    python-pendulum/pendulum

    6,668GitHub पर देखें↗

    Pendulum is a Python datetime library used for creating, manipulating, and formatting date and time objects with native timezone awareness. It extends the native Python datetime class to maintain compatibility while providing a specialized engine for date arithmetic and timezone management. The library features a dedicated ISO 8601 and RFC 3339 parser that converts standardized strings into date objects without requiring manual format strings. It also includes a relative time generator for producing natural language descriptions of time differences and a timezone management tool that automati

    Uses a mapping of custom tokens and locale-specific strings to translate date attributes into human-readable text.

    Python
    GitHub पर देखें↗6,668
  • vercel/msvercel का अवतार

    vercel/ms

    5,536GitHub पर देखें↗

    यह एक JavaScript समय रूपांतरण लाइब्रेरी है जिसे मिलीसेकंड पूर्णांकों को मानव-पठनीय अवधि के रूप में फॉर्मेट करने और यूनिट-आधारित स्ट्रिंग्स को वापस कुल मिलीसेकंड में पार्स करने के लिए डिज़ाइन किया गया है। यह मशीन-पठनीय अवधि और टेक्स्ट अभ्यावेदन के बीच संक्रमण को मैनेज करने के लिए एक यूटिलिटी के रूप में कार्य करता है। लाइब्रेरी द्विदिश मैपिंग प्रदान करती है, जो रॉ नंबरों को स्ट्रिंग्स में बदलने और दिनों, घंटों और मिनटों जैसी इकाइयों वाली स्ट्रिंग्स को वापस संख्यात्मक मिलीसेकंड काउंट में पार्स करने की अनुमति देती है। यह संक्षिप्त और पूर्ण लिखित-आउट समय फॉर्मेट दोनों का समर्थन करती है।

    Implements an iterative subtraction algorithm to break down milliseconds into a readable sequence of time units.

    TypeScript
    GitHub पर देखें↗5,536
  • spencermountain/spacetimespencermountain का अवतार

    spencermountain/spacetime

    4,109GitHub पर देखें↗

    Spacetime एक JavaScript टाइमज़ोन लाइब्रेरी और डेट मैनिपुलेशन फ्रेमवर्क है जिसे वैश्विक टाइमज़ोन में तारीखों को पार्स करने, फ़ॉर्मेट करने और प्रबंधित करने के लिए डिज़ाइन किया गया है। यह तारीख घटकों को लोकलाइज़ करने के लिए एक अंतर्राष्ट्रीयकरण टूल प्रदान करता है और टाइप चेकिंग और ऑटोकंप्लीट सुनिश्चित करने के लिए TypeScript वातावरण के लिए स्टेटिक टाइप डेफिनिशन शामिल करता है। प्रोजेक्ट में कस्टम डेट लॉजिक के लिए एक प्लगइन सिस्टम है, जो डेट ऑब्जेक्ट्स में विशेष मेथड्स और व्यवहारों को इंजेक्ट करने की अनुमति देता है। यह एक्स्टेंसिबिलिटी प्रोटोटाइप-आधारित मेथड एक्सटेंशन के माध्यम से प्रोजेक्ट-विशिष्ट समय आवश्यकताओं के कार्यान्वयन को सक्षम बनाती है। लाइब्रेरी तारीख और समय के कार्यों की एक विस्तृत श्रृंखला को कवर करती है, जिसमें समय इकाइयों को जोड़ने या घटाने के लिए कैलेंडर गणित, तारीख तुलना यूटिलिटीज, और कैलेंडर विवरण प्राप्त करने के लिए घटक निष्कर्षण शामिल है। यह क्षेत्रीय ऑफसेट्स, डेलाइट सेविंग्स गणना, और विभिन्न टाइमज़ोन के बीच रूपांतरण की क्षमताओं के साथ वैश्विक टाइमज़ोन प्रबंधन को संभालता है। सिस्टम ISO स्ट्रिंग्स, एपोक्स और प्राकृतिक भाषा इनपुट के लिए पार्सिंग और वैलिडेशन भी प्रदान करता है, साथ ही फ़ॉर्मेटिंग उपकरण जो क्षेत्रीय भाषा सेटिंग्स और कस्टम टेम्प्लेट का उपयोग करके डेट ऑब्जेक्ट्स को मानव-पठनीय टेक्स्ट में बदलते हैं।

    Transforms date and time objects into readable strings using formatting tokens and predefined presets.

    JavaScriptdate-formattingdaylight-savingstime-formatting
    GitHub पर देखें↗4,109
  • awesome-print/awesome_printawesome-print का अवतार

    awesome-print/awesome_print

    4,082GitHub पर देखें↗

    Awesome Print एक Ruby प्रिटी प्रिंटर और ऑब्जेक्ट इंस्पेक्टर है जिसे इंडेंटेशन और ANSI रंगों के माध्यम से डेटा संरचनाओं को विज़ुअलाइज़ करने के लिए डिज़ाइन किया गया है। यह इंटरैक्टिव शेल के लिए एक फॉर्मेटर और आंतरिक ऑब्जेक्ट स्टेट्स का विश्लेषण करने के लिए एक उपयोगिता के रूप में कार्य करता है। इस प्रोजेक्ट में विशिष्ट ऑब्जेक्ट प्रकारों के लिए कस्टम स्वरूपण नियमों को परिभाषित करने के लिए एक प्लगइन सिस्टम है और यह होम डायरेक्टरी में एक कॉन्फ़िगरेशन फाइल के माध्यम से वैश्विक प्राथमिकता लोडिंग का समर्थन करता है। यह सीधे कंसोल पर प्रिंट करने के बजाय स्वरूपित ASCII स्ट्रिंग्स लौटा सकता है। क्षमताएं वेब टेम्प्लेट के भीतर स्वरूपित ऑब्जेक्ट संरचनाओं को रेंडर करने और सिस्टम लॉग में रंगीन ऑब्जेक्ट प्रतिनिधित्व लिखने तक फैली हुई हैं। यह टूल लौटाए गए मानों को स्वचालित रूप से स्वरूपित करने के लिए REPL एनवायरनमेंट के साथ एकीकृत होता है।

    Transforms object states into formatted HTML for visualization within web views during debugging.

    Ruby
    GitHub पर देखें↗4,082
  • tc39/proposal-temporaltc39 का अवतार

    tc39/proposal-temporal

    3,701GitHub पर देखें↗

    This project is a proposal for a new immutable date and time API in JavaScript. It serves as a precision time-tracking library and a multi-calendar date engine designed to replace the legacy Date object. The system is distinguished by its support for multiple calendar systems beyond the ISO standard and its use of IANA-based time zone resolution. It provides a framework for managing daylight saving transitions and UTC offsets while maintaining nanosecond precision for global timestamps. The API covers broad functional areas including complex date and time arithmetic, locale-aware formatting,

    Produces unambiguous RFC 9557 string representations of dates with configurable calendar annotations.

    HTML
    GitHub पर देखें↗3,701
  1. Home
  2. Software Engineering & Architecture
  3. Object Schema Definitions
  4. Value Objects
  5. Monetary
  6. Display Formatting
  7. Date-Time Format Strings

सब-टैग एक्सप्लोर करें

  • Interpolation TokensCustom alphanumeric tokens used to interpolate date components into strings. **Distinct from Date-Time Format Strings:** Focuses on the interpolation of values into a string rather than the static definition of the format string.
  • Iterative Remainder FormattingAlgorithms that decompose a total duration into its largest constituent units sequentially. **Distinct from Date-Time Format Strings:** Specializes date-time format strings by implementing the logic that calculates the specific unit values (e.g., 2 days, 4 hours) from a millisecond total.
  • Object RenderingTransformation of date objects into human-readable strings using tokens and presets. **Distinct from Date-Time Format Strings:** Focuses on the rendering process and token replacement rather than just the definition of the format strings.
  • RFC 9557 RepresentationsString representations of dates and times following the RFC 9557 standard for calendar annotations. **Distinct from Date-Time Format Strings:** Focuses on the RFC 9557 standard's specific annotation requirements rather than general locale-aware format strings.
  • Zoned Date-Time FormattingFormatting of date and time objects that include specific time zone offsets for localized or standardized display. **Distinct from Date-Time Format Strings:** Specifically handles the inclusion of time zone data in the formatted string, whereas Date-Time Format Strings are more general.