awesome-repositories.comKategorienBlog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mde avatar

mde/timezone-jsArchived

0
View on GitHub↗
818 Stars·180 Forks·JavaScript·6 Aufrufe

Timezone Js

DEPRECATED: Timezone-enabled JavaScript Date object. Uses Olson zoneinfo files for timezone data.

Features

  • Date Utilities - Timezone-enabled Date object implementation.
  • Date and Time - Timezone support for Date objects.

Star-Verlauf

Star-Verlauf für mde/timezone-jsStar-Verlauf für mde/timezone-js

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Timezone Js

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Timezone Js.
  • gumroad/countdown.jsAvatar von gumroad

    gumroad/countdown.js

    423Auf GitHub ansehen↗

    Super simple countdowns.

    JavaScript
    Auf GitHub ansehen↗423
  • dawidjaniga/map-countdownAvatar von dawidjaniga

    dawidjaniga/map-countdown

    5Auf GitHub ansehen↗

    🗺️⏳ Count down to your events—visually and interactively! With React at its core, this project merges time and place, turning ordinary countdowns into engaging, map-based experiences.

    JavaScript
    Auf GitHub ansehen↗5
  • date-fns/date-fnsAvatar von date-fns

    date-fns/date-fns

    36,579Auf GitHub ansehen↗

    date-fns is a JavaScript date utility library providing a collection of pure functions for manipulating, formatting, and calculating dates and times. It serves as an immutable date manipulation library and a tool for time zone management, ensuring that date transformations are performed without modifying the original date objects. The library functions as a date formatting tool that converts date objects into human-readable strings using custom patterns and international locales. It includes a specific toolset for adjusting and calculating date representations across different geographical re

    TypeScriptdatedate-fnshacktoberfest
    Auf GitHub ansehen↗36,579
  • iamkun/dayjsAvatar von iamkun

    iamkun/dayjs

    48,662Auf GitHub ansehen↗

    Day.js is a lightweight utility for parsing, validating, and manipulating date objects. It provides a fluent, chainable interface that allows for complex time calculations and transformations to be performed through a sequence of readable method calls. By utilizing an immutable wrapper pattern, the library ensures data integrity by creating new instances for every operation rather than modifying existing objects. The project is distinguished by a minimalist core abstraction that maintains a small footprint by offloading non-essential features to an optional, modular plugin system. This archit

    JavaScriptdatedate-formattingdatetime
    Auf GitHub ansehen↗48,662
Alle 24 Alternativen zu Timezone Js anzeigen→

Häufig gestellte Fragen

Was macht mde/timezone-js?

DEPRECATED: Timezone-enabled JavaScript Date object. Uses Olson zoneinfo files for timezone data.

Was sind die Hauptfunktionen von mde/timezone-js?

Die Hauptfunktionen von mde/timezone-js sind: Date Utilities, Date and Time.

Welche Open-Source-Alternativen gibt es zu mde/timezone-js?

Open-Source-Alternativen zu mde/timezone-js sind unter anderem: iamkun/dayjs — Day.js is a lightweight utility for parsing, validating, and manipulating date objects. It provides a fluent,… matthewmueller/date — Date() for humans. date-fns/date-fns — date-fns is a JavaScript date utility library providing a collection of pure functions for manipulating, formatting,… dawidjaniga/map-countdown — 🗺️⏳ Count down to your events—visually and interactively! With React at its core, this project merges time and place,… gumroad/countdown.js — Super simple countdowns. moment/moment — Moment is a JavaScript date manipulation library used for parsing, validating, manipulating, and formatting dates and…