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

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

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

jinzhu/now

0
View on GitHub↗
4,693 स्टार्स·238 फोर्क्स·Go·MIT·6 व्यूज़

Now

Now, Go के लिए एक डेट और टाइम मैनिपुलेशन लाइब्रेरी है जिसे सटीक कैलेंडर सीमाएं जेनरेट करने और टाइम स्ट्रिंग्स को स्ट्रक्चर्ड ऑब्जेक्ट्स में बदलने के लिए डिज़ाइन किया गया है। यह दिनों, हफ्तों, महीनों और वर्षों के लिए स्टार्ट और एंड टाइमस्टैम्प की गणना करने के लिए एक यूटिलिटी के रूप में कार्य करता है।

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

यह लाइब्रेरी कैलेंडर अवधि के टाइमस्टैम्प की गणना करने और सप्ताह के दिनों की शेड्यूलिंग लॉजिक को मैनेज करने के लिए एक इंटरफेस प्रदान करने हेतु मानक Go टाइम पैकेज के लिए एक रैपर के रूप में कार्य करती है।

Features

  • Calendar Boundary Calculations - Determines the exact start and end moments of days, weeks, months, and years via unix timestamps.
  • Date and Time Libraries - Provides a comprehensive set of utilities for parsing, manipulating, and calculating date and time values in Go.
  • Relative Date Generations - Calculates date objects using relative offsets such as tomorrow or next week.
  • Calendar Date Calculations - Generates precise start and end timestamps for days, weeks, months, and years.
  • Month Boundary Calculations - Computes first and last dates of months and other calendar period boundaries.
  • Date String Parsers - Automatically converts various date strings into native Go time objects.
  • Go Date and Time Libraries - Provides a specialized toolkit for calculating calendar boundaries and time ranges within Go applications.
  • Time String Parsers - Translates human-readable time and date strings into structured programmatic objects.
  • String Parsing - Provides capabilities to convert date and time strings into structured Go objects.
  • Relative Weekday Calculations - Calculates timestamps for specific days of the week relative to a given point in time.
  • Temporal Type Wrappers - Wraps standard library time types to provide a more semantic and expressive API for arithmetic.
  • Date And Time - Utility library for common time-related operations.

स्टार हिस्ट्री

jinzhu/now के लिए स्टार हिस्ट्री चार्टjinzhu/now के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Now के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Now के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • arrow-py/arrowarrow-py का अवतार

    arrow-py/arrow

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

    Arrow is a Python date and time library that provides a simplified interface for creating and manipulating timestamps by wrapping the Python standard library. It serves as a tool for managing date objects, handling timezone offsets, and performing relative date calculations. The library is distinguished by its ability to humanize timestamps into natural language relative descriptions across multiple locales and parse human-readable time phrases back into precise date objects. It also features a specialized parser for converting ISO 8601 strings and custom formatted text into date objects. Br

    Python
    GitHub पर देखें↗9,046
  • dromara/carbondromara का अवतार

    dromara/carbon

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

    Carbon is a Go library for semantic date and time calculations, formatting, and parsing. It provides a semantic interface to simplify temporal data handling and improve the readability of date and time manipulations. The library is distinguished by its support for multi-calendar date conversion, allowing transformations between Gregorian, Chinese Lunar, Persian, and Hebrew calendar systems. It also includes a localized temporal framework that uses ISO 639-1 codes to format dates and relative time differences across multiple language locales. Additional capabilities cover global time zone man

    Go
    GitHub पर देखें↗5,221
  • malcommac/swiftdatemalcommac का अवतार

    malcommac/SwiftDate

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

    SwiftDate is a date manipulation library for the Swift programming language. It provides a toolkit for parsing, validating, and formatting dates, times, and timezones. The library includes a relative time generator for producing date offsets based on reference points such as tomorrow or next week, and a localized date formatter for transforming date objects into human-readable strings across multiple languages and locales. It also features an ISO8601 date parser to convert standardized date strings from SQL, HTTP, and ISO8601 formats into structured objects, alongside tools for managing timez

    Swift
    GitHub पर देखें↗7,703
  • jackzhenguo/python-small-examplesjackzhenguo का अवतार

    jackzhenguo/python-small-examples

    8,132GitHub पर देखें↗

    This project is a comprehensive library of practical Python code examples and patterns. It provides a collection of scripts and snippets designed to demonstrate a wide range of programming tasks, from basic syntax to advanced implementation patterns. The repository focuses on several core domains, including the implementation of concurrency and multithreading examples, data analysis snippets for cleaning and manipulating tabular data, and various data visualization examples. It also covers automation scripts for file system management and a variety of general programming patterns. Additional

    Pythondata-sciencemachine-learningpython
    GitHub पर देखें↗8,132
Now के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

jinzhu/now क्या करता है?

Now, Go के लिए एक डेट और टाइम मैनिपुलेशन लाइब्रेरी है जिसे सटीक कैलेंडर सीमाएं जेनरेट करने और टाइम स्ट्रिंग्स को स्ट्रक्चर्ड ऑब्जेक्ट्स में बदलने के लिए डिज़ाइन किया गया है। यह दिनों, हफ्तों, महीनों और वर्षों के लिए स्टार्ट और एंड टाइमस्टैम्प की गणना करने के लिए एक यूटिलिटी के रूप में कार्य करता है।

jinzhu/now की मुख्य विशेषताएं क्या हैं?

jinzhu/now की मुख्य विशेषताएं हैं: Calendar Boundary Calculations, Date and Time Libraries, Relative Date Generations, Calendar Date Calculations, Month Boundary Calculations, Date String Parsers, Go Date and Time Libraries, Time String Parsers।

jinzhu/now के कुछ ओपन-सोर्स विकल्प क्या हैं?

jinzhu/now के ओपन-सोर्स विकल्पों में शामिल हैं: arrow-py/arrow — Arrow is a Python date and time library that provides a simplified interface for creating and manipulating timestamps… dromara/carbon — Carbon is a Go library for semantic date and time calculations, formatting, and parsing. It provides a semantic… malcommac/swiftdate — SwiftDate is a date manipulation library for the Swift programming language. It provides a toolkit for parsing,… jackzhenguo/python-small-examples — This project is a comprehensive library of practical Python code examples and patterns. It provides a collection of… tc39/proposal-temporal — This project is a proposal for a new immutable date and time API in JavaScript. It serves as a precision time-tracking… python-pendulum/pendulum — Pendulum is a Python datetime library used for creating, manipulating, and formatting date and time objects with…